In This Topic
Gets or sets a value indicating whether to show axis labels.
Syntax
'Declaration
Public Property Labels As Boolean
'Usage
Dim instance As Axis
Dim value As Boolean
instance.Labels = value
value = instance.Labels
public bool Labels {get; set;}
public:
property bool Labels {
bool get();
void set ( bool value);
}
See Also