DataPointCustomProperties::LabelFormat Property

.NET Framework (current version)
 

Gets or sets the format of the data point label.

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

public:
[BindableAttribute(true)]
property String^ LabelFormat {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string value that represents the format of the label.

.NET Framework
Available since 4.0
Return to top
Show: