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

In This Topic
    Interlaced Property
    In This Topic
    If this property is true then strip lines are drawn at every other grid line interval for the axis. If grid lines are not used for the axis then the axis' tick marks or labels are used to determine the interlaced strip lines interval.

    Default: False.

    Syntax
    'Declaration
     
    Public Property Interlaced As RdlBool
    public RdlBool Interlaced {get; set;}
    See Also