Series::AxisLabel Property

.NET Framework (current version)
 

Gets or sets the axis label text for the series.

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

public:
[BrowsableAttribute(false)]
[BindableAttribute(true)]
property String^ AxisLabel {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

The axis label text for the series. The default value is a zero-length string.

.NET Framework
Available since 4.0
Return to top
Show: