Legend::BorderDashStyle Property

.NET Framework (current version)
 

Gets or sets the border style of a legend.

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

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

Property Value

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

A ChartDashStyle enumeration value that determines the border style of the chart element.

The BorderDashStyle property determines the line style to use for a border. The line can be solid, dotted, and so forth.

For other border styles, see the ChartDashStyle enumeration topic.

.NET Framework
Available since 4.0
Return to top
Show: