In This Topic
Gets or sets whether the maximum axis value is always labeled.
Syntax
'Declaration
Public Property LabelMax As Boolean
'Usage
Dim instance As Axis
Dim value As Boolean
instance.LabelMax = value
value = instance.LabelMax
public bool LabelMax {get; set;}
public:
property bool LabelMax {
bool get();
void set ( bool value);
}
See Also