Legend.IsEquallySpacedItems Property
.NET Framework (current version)
Gets or sets a flag that indicates whether all legend items are equally spaced.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public bool IsEquallySpacedItems { get; set; }
Property Value
Type: System.Booleantrue if legend items are equally spaced; false if they are not. The default value is false.
.NET Framework
Available since 4.0
Available since 4.0
Show: