ComponentOne Chart for WPF and Silverlight
AxisX Property (ChartPanelObject)


C1.WPF.C1Chart Namespace > ChartPanelObject Class : AxisX Property
Gets or sets the name of x-axis.
Syntax
'Declaration
 
Public Property AxisX As System.String
'Usage
 
Dim instance As ChartPanelObject
Dim value As System.String
 
instance.AxisX = value
 
value = instance.AxisX
public System.string AxisX {get; set;}
See Also

Reference

ChartPanelObject Class
ChartPanelObject Members