Legend::IsEquallySpacedItems Property

.NET Framework (current version)
 

Gets or sets a flag that indicates whether all legend items are equally spaced.

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

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

Property Value

Type: System::Boolean

true if legend items are equally spaced; otherwise, false. The default value is false.

.NET Framework
Available since 4.0
Return to top
Show: