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

Glossary Item Box

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

Syntax

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

Property Value

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

Remarks

If omitted, the axis is automatically divided.

See Also