Back to Devexpress

Legend.SpacingVertical Property

corelibraries-devexpress-dot-xtracharts-dot-legend-9f8b1da9.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the VerticalIndent and Padding properties instead.")]
public int SpacingVertical { get; set; }
vb
<Obsolete("This property is obsolete now. Use the VerticalIndent and Padding properties instead.")>
<Browsable(False)>
Public Property SpacingVertical As Integer

Property Value

TypeDescription
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

Legend Class

Legend Members

DevExpress.XtraCharts Namespace