DataPointCustomProperties::LabelBorderDashStyle Property

.NET Framework (current version)
 

Gets or sets the border style of the label.

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

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

Property Value

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

A ChartDashStyle enumeration value that specifies the border style of the label.

.NET Framework
Available since 4.0
Return to top
Show: