Back to Devexpress

XYDiagram2D.Margins Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagram2d-099eed50.md

latest1.7 KB
Original Source

XYDiagram2D.Margins Property

Specifies the indent between the diagram‘s edge and other chart elements (e.g. legend and chart titles), in pixels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
RectangleIndents

A RectangleIndents object, representing the diagram’s outer indents, measured in pixels. The default is 5.

|

See Also

Margins

XYDiagram2D Class

XYDiagram2D Members

DevExpress.XtraCharts Namespace