Legend::HeaderSeparator Property

.NET Framework (current version)
 

Gets or sets the visual separator type for the legend header.

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

public:
property LegendSeparatorStyle HeaderSeparator {
	LegendSeparatorStyle get();
	void set(LegendSeparatorStyle value);
}

Property Value

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

A LegendSeparatorStyle enumeration value that specifies the visual separator type for the legend header.

.NET Framework
Available since 4.0
Return to top
Show: