ActiveReports Developer 7
Enabled Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > AxisScroll Class : Enabled Property

Glossary Item Box

Gets or sets a value indicating whether the axis scroll bar is enabled.

Syntax

Visual Basic (Declaration) 
Public Property Enabled As System.Boolean
C# 
public System.bool Enabled {get; set;}

Property Value

Boolean. True if the axis scroll bar is enabled; otherwise False.

See Also