Skip to main content

LegendStyle.ItemsVerticalIndent Property

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

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public int ItemsVerticalIndent { get; set; }

Property Value

Type Default Description
Int32 -1

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