HasDisplayUnitLabel Property
In This Topic
True if the label specified by the
DisplayUnit or
DisplayUnitCustom property is displayed on the specified axis. The default value is True
Syntax
'Declaration
Property HasDisplayUnitLabel As Boolean
'Usage
Dim instance As IAxis
Dim value As Boolean
instance.HasDisplayUnitLabel = value
value = instance.HasDisplayUnitLabel
bool HasDisplayUnitLabel {get; set;}
See Also