Legend.SpacingVertical Property
OBSOLETE
This property is obsolete now. Use the VerticalIndent and Padding properties instead.
Gets or sets the vertical spacing between the legend’s elements.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the VerticalIndent and Padding properties instead.")]
[XtraSerializableProperty]
public int SpacingVertical { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer value which specifies the vertical spacing between the legend’s elements, in pixels. |
Remarks
This property is obsolete now. Use the LegendBase.VerticalIndent and LegendBase.Padding properties instead.
See Also