Skip to main content

LegendTitle.Margins Property

Specifies the indent between the title and other legend items, in pixels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RectangleIndents Margins { get; }

Property Value

Type Description
RectangleIndents

A RectangleIndents object, representing the title outer indents, measured in pixels.

See Also