Glossary Item Box

LabDevTools Send comments on this topic.

CoordinatesType

Gets or sets the type of coordinates.

 

[Visual Basic]
Public Property CoordinatesType As Coordinates 
[C#]
public Coordinates CoordinatesType

 

[Visual Basic]

Public Enum Coordinates As Byte
     Cartesian

     Polar

     Logarithmic

     Log10Y

     Log10X

End Enum

 

[C#]

public enum Coordinates : byte

{

     Cartesian,

     Polar,

     Logarithmic,

     Log10Y,

     Log10X

}

 

Observations:

Of default it is Coordinates.Cartesian.

See also:

Appearance | | Language | UnitXSize | UnitYSize

 


Copyright © 2007 LabDevTools. All Rights Reserved.