ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Series Class / AxisX Property

In This Topic
    AxisX Property (Series)
    In This Topic
    Sets or returns the axis the Layer will be based on horizontally.
    Syntax
    'Declaration
     
    Public Property AxisX As AxisBase
    public AxisBase AxisX {get; set;}
    See Also