Gets or sets the units for the IntervalOffset.

Default: Auto. The unit is derived automatically based on the data plotted against the axis.

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

Syntax

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

See Also