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


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