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

LegendStyle.ItemsVerticalIndent Property

Gets or sets the indent between legend items when they are arranged in a column.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public int ItemsVerticalIndent { get; set; }

Property Value

Type Description
Int32

The indent between legend items, in scale-independent units.

Remarks

Use the ItemsVerticalIndent property to specify the distance between items when the legend is oriented vertically (the Legend.Orientation property is set to TopToBottom). To control the spacing between items of a horizontal legend, use the ItemsHorizontalIndent property.

Legend Style

See Also