Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartStripLine Class / StripWidthType Property

In This Topic
    StripWidthType Property
    In This Topic
    Gets or sets the units for the StripWidth.

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

    Syntax
    'Declaration
     
    Public Property StripWidthType As RdlEnum(Of ChartAxisIntervalType)
    public RdlEnum<ChartAxisIntervalType> StripWidthType {get; set;}
    See Also