DataPointCustomProperties::BackSecondaryColor Property

.NET Framework (current version)
 

Gets or sets the secondary background color.

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 BackSecondaryColor {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

A Color value that specifies the secondary background color.

.NET Framework
Available since 4.0
Return to top
Show: