Gets or sets the default interval between gridlines, tick marks and labels.

Default (0) means that the axis is autodivided.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlFloat Interval { get; set; }
Visual Basic
Public Property Interval As RdlFloat
	Get
	Set

See Also