ActiveReports Developer 7
MajorInterval Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Axis Class : MajorInterval Property

Glossary Item Box

Gets or sets the unit of measurement for major gridlines and tickmarks.

Syntax

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

Property Value

A ExpressionInfo value indicating the unit of measurement for major gridlines and tickmarks.

Remarks

If omitted, the axis is automatically divided.

See Also