PaneTitle.Margins Property
In This Article
Returns the indent between the pane and its title, in pixels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public RectangleIndents Margins { get; }
#Property Value
Type | Description |
---|---|
Rectangle |
A Rectangle |
See Also