DataPointCustomProperties::BackHatchStyle Property

.NET Framework (current version)
 

Gets or sets the background hatching style.

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

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

Property Value

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

A ChartHatchStyle enumeration value that is used to draw the background hatching style.

.NET Framework
Available since 4.0
Return to top
Show: