DataPointCustomProperties::Color Property

.NET Framework (current version)
 

Gets or sets the color of the data point.

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

public:
[BindableAttribute(true)]
[TypeConverterAttribute((ColorConverter^::typeid))]
property Color Color {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

A Color value that is used to draw the color of the data point.

.NET Framework
Available since 4.0
Return to top
Show: