ActiveReports Developer 7
LabelsGap Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > AxisBase Class : LabelsGap Property

Glossary Item Box

Gets or sets a value indicating how many labels to skip on the axis.

Syntax

Visual Basic (Declaration) 
Public Property LabelsGap As System.Integer
C# 
public System.int LabelsGap {get; set;}

See Also