ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IAxis Interface / Interlaced Property

In This Topic
    Interlaced Property (IAxis)
    In This Topic
    Gets a value indicating whether strip lines are drawn for every second 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.
    Syntax
    'Declaration
     
    ReadOnly Property Interlaced As Boolean
    bool Interlaced {get;}

    Property Value

    A System.Boolean value. true if strip lines are drawn for every second grid line interval; otherwise, false.
    See Also