PaneTitle.Margins Property
Returns the indent between the pane and its title, in pixels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RectangleIndents Margins { get; }
Property Value
Type | Description |
---|---|
RectangleIndents | A RectangleIndents object that defines the title outer indents, measured in pixels. |
See Also