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

In This Topic
    Location Property (IAxis)
    In This Topic
    Gets the location of the axis inside the plot area (Left or Right). Applicable only for value axes.
    Syntax
    'Declaration
     
    ReadOnly Property Location As AxisLocation
    AxisLocation Location {get;}

    Property Value

    An AxisLocation value specifying the location of the axis.
    See Also