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

In This Topic
    AxisX Property
    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