Legend::IsEquallySpacedItems Property
.NET Framework (current version)
Gets or sets a flag that indicates whether all legend items are equally spaced.
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::Booleantrue if legend items are equally spaced; otherwise, false. The default value is false.
.NET Framework
Available since 4.0
Available since 4.0
Show: