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


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

    Property Value

    The y-axis of the chart.
    See Also