DataPointCustomProperties::Font Property

.NET Framework (current version)
 

Gets or sets the font of the data point.

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

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

Property Value

Type: System.Drawing::Font^

A Font value that represents the font of the data point.

.NET Framework
Available since 4.0
Return to top
Show: