ActiveReports.Chart Request technical support
SmartLabels Property
See Also 


Gets or sets a value indicating whether smart labels are enabled on the axis.

Syntax

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

Return Value

Boolean. True if smart labels are enabled on the axis; otherwise False.

See Also