Back to Devexpress

Legend.SpacingHorizontal Property

corelibraries-devexpress-dot-xtracharts-dot-legend-845e1084.md

latest1.8 KB
Original Source

Legend.SpacingHorizontal Property

OBSOLETE

This property is obsolete now. Use the HorizontalIndent, TextOffset and Padding properties instead.

Gets or sets the horizontal 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 HorizontalIndent, TextOffset and Padding properties instead.")]
public int SpacingHorizontal { get; set; }
vb
<Obsolete("This property is obsolete now. Use the HorizontalIndent, TextOffset and Padding properties instead.")>
<Browsable(False)>
Public Property SpacingHorizontal As Integer

Property Value

TypeDescription
Int32

An integer value which specifies the horizontal spacing between the legend’s elements, in pixels.

|

Remarks

This property is obsolete now. Use the LegendBase.HorizontalIndent, LegendBase.TextOffset and LegendBase.Padding properties instead.

See Also

Legend Class

Legend Members

DevExpress.XtraCharts Namespace