ChartArea::AxisX Property

.NET Framework (current version)
 

Gets or sets an Axis object that represents the primary X-axis.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[BindableAttribute(true)]
[BrowsableAttribute(false)]
property Axis^ AxisX {
	Axis^ get();
	void set(Axis^ value);
}

Property Value

Type: System.Windows.Forms.DataVisualization.Charting::Axis^

An Axis object that represents the primary X-axis.

Use this property to manipulate the primary X-axis in the chart area.

.NET Framework
Available since 4.0
Return to top
Show: