DataPointCustomProperties::IsValueShownAsLabel Property

.NET Framework (current version)
 

Gets or sets a flag that indicates whether to show the value of the data point on the label.

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

public:
[BindableAttribute(true)]
property bool IsValueShownAsLabel {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the value of the data point is shown on the label; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: