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

Glossary Item Box

Gets or sets the outline color of the axis scroll bar.

Syntax

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

Property Value

System.Drawing.Color.

See Also