DisplayUnits Property (ValueAxis)
In This Topic
Gets or sets the units in which labels are displayed.
Syntax
'Declaration
Public Property DisplayUnits As Double
'Usage
Dim instance As ValueAxis
Dim value As Double
instance.DisplayUnits = value
value = instance.DisplayUnits
public double DisplayUnits {get; set;}
Exceptions
See Also