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