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

In This Topic
    Scalar Property (IAxis)
    In This Topic
    Gets a value indicating whether the values along the axis are scalar values (i.e. numeric or date) which are displayed on the chart in a continuous flow with missing numbers or dates filled in.
    Syntax
    'Declaration
     
    ReadOnly Property Scalar As Boolean
    bool Scalar {get;}
    See Also