Gets or sets the units for the StripWidth.

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> StripWidthType { get; set; }
Visual Basic
Public Property StripWidthType As RdlEnum(Of ChartAxisIntervalType)
	Get
	Set

See Also