Back to Devexpress

LegendTitle.Margins Property

corelibraries-devexpress-dot-xtracharts-dot-legendtitle.md

latest1.3 KB
Original Source

LegendTitle.Margins Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public RectangleIndents Margins { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Margins As RectangleIndents

Property Value

TypeDescription
RectangleIndents

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

|

See Also

LegendTitle Class

LegendTitle Members

DevExpress.XtraCharts Namespace