A newer version of this page is available.
Switch to the current version.
Legend.SpacingVertical Property
Obsolete. Gets or sets the vertical spacing between the legend's elements.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[Obsolete("This property is obsolete now. Use the VerticalIndent and Padding properties instead.")]
[Browsable(false)]
[XtraSerializableProperty]
public int SpacingVertical { get; set; }
<Obsolete("This property is obsolete now. Use the VerticalIndent and Padding properties instead.")>
<Browsable(False)>
<XtraSerializableProperty>
Public Property SpacingVertical As Integer
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 Legend.VerticalIndent and Legend.Padding properties instead.
See Also
Feedback