Legend::TitleSeparator Property

.NET Framework (current version)
 

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

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

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

Property Value

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

A LegendSeparatorStyle value that represents the type of separator that will be drawn below the title. The default value is None.

.NET Framework
Available since 4.0
Return to top
Show: