DataPointCustomProperties::BackGradientStyle Property

.NET Framework (current version)
 

Gets or sets the background gradient style.

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

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

Property Value

Type: System.Windows.Forms.DataVisualization.Charting::GradientStyle

A GradientStyle enumeration value that is used to draw the background gradient style.

.NET Framework
Available since 4.0
Return to top
Show: