Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[Obsolete("This property is obsolete now. Use the HorizontalIndent, TextOffset and Padding properties instead.")]
[Browsable(false)]
[XtraSerializableProperty]
public int SpacingHorizontal { get; set; }

Property Value

Type Description
Int32

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

Remarks

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

See Also