ActiveReports.Chart Request technical support
LabelsVisible Property
See Also 


Gets or sets a value indicating whether axis labels will be drawn on the axis.

Syntax

Visual Basic (Declaration) 
Public Property LabelsVisible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As AxisBase
Dim value As Boolean
 
instance.LabelsVisible = value
 
value = instance.LabelsVisible
C# 
public bool LabelsVisible {get; set;}

Return Value

Boolean. True if axis labels will be drawn on the axis; otherwise False.

See Also