Gets or sets units for the Interval.

Default: Default, in which case IntervalType is used.

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

Syntax

C#
public RdlEnum<ChartAxisIntervalType> IntervalType { get; set; }
Visual Basic
Public Property IntervalType As RdlEnum(Of ChartAxisIntervalType)
	Get
	Set

See Also