ActiveReports.Chart Request technical support
DisplayScale Property
See Also 


Gets or sets a value indicating whether to display the scale value on the title of the axis.

Syntax

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

Return Value

Boolean.  True if the scale value on the title of the axis is displayed; otherwise False.

See Also