In This Topic
Gets the actual axis major unit.
Syntax
'Declaration
Public ReadOnly Property ActualMajorUnit As Double
'Usage
Dim instance As Axis
Dim value As Double
value = instance.ActualMajorUnit
public double ActualMajorUnit {get;}
public:
property double ActualMajorUnit {
double get();
}
See Also