Glossary Item Box

LabDevTools Send comments on this topic.

ScaleType

Gets or sets the type of scale. 

 

[Visual Basic]
Public Property ScaleType As TypesScale
[C#]
public TypesScale ScaleType

 

[Visual Basic]

Public Enum TypesScale

    Unlimited

    Circular

End Enum

 

[C#]

public enum TypesScale

{

    Unlimited,

    Circular

}

 

Observations:

Of default it is TypesScale.Unlimited.

See also:

Format | ScalePosition | ScaleRange | Unit

 


Copyright © 2007 LabDevTools. All Rights Reserved.