In This Topic
Gets or sets a value indicating whether axis labels will be drawn on the axis.
Syntax
'Declaration
Public Property LabelsVisible As Boolean
public bool LabelsVisible {get; set;}
Property Value
Boolean. True if axis labels will be drawn on the axis; otherwise False.
See Also