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

In This Topic
    Offset Property (IAxis)
    In This Topic
    Gets the offset of the axis relative to the previous axis (for multiple Y-axes cases).
    Syntax
    'Declaration
     
    ReadOnly Property Offset As Length
    Length Offset {get;}

    Property Value

    A GrapeCity.ActiveReports.PageReportModel.Length specifying the offset of the axis.
    See Also