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

PaneTitle.Margins Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

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

Property Value

Type Description
RectangleIndents

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

See Also