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

Glossary Item Box

Gets or sets the backcolor of the scroll bar.

Syntax

Visual Basic (Declaration) 
Public Property BackColor As Color
C# 
public Color BackColor {get; set;}

Property Value

System.Drawing.Color.

See Also