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


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

    Property Value

    The z-axis of the chart.
    See Also