Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChart Class / AxisX Property


In This Topic
    AxisX Property (SpreadChart)
    In This Topic
    Gets or sets the x-axis.
    Syntax
    'Declaration
     
    Public Property AxisX As Axis
    'Usage
     
    Dim instance As SpreadChart
    Dim value As Axis
     
    instance.AxisX = value
     
    value = instance.AxisX
    public Axis AxisX {get; set;}

    Property Value

    The x-axis of the chart.
    See Also