ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartPanelObject Class / AxisY Property


In This Topic
    AxisY Property (ChartPanelObject)
    In This Topic
    Gets or sets the name of y-axis.
    Syntax
    'Declaration
     
    
    Public Property AxisY As String
    'Usage
     
    
    Dim instance As ChartPanelObject
    Dim value As String
     
    instance.AxisY = value
     
    value = instance.AxisY
    public string AxisY {get; set;}
    See Also