Back to Devexpress

PaneTitle.Margins Property

corelibraries-devexpress-dot-xtracharts-dot-panetitle-33410902.md

latest1.2 KB
Original Source

PaneTitle.Margins Property

Returns the indent between the pane and its title, in pixels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
RectangleIndents

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

|

See Also

PaneTitle Class

PaneTitle Members

DevExpress.XtraCharts Namespace