Skip to main content

LegendTitleModel.Margins Property

Returns the model of the margins of the modeled legend title.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Layout)]
public RectangleIndentsModel Margins { get; }

Property Value

Type Description
RectangleIndentsModel

The model of margins.

See Also