ChartControl.Padding Property
In This Article
Specifies the internal space between the chart control’s content (the diagram and legend) and its edge, in pixels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
public RectangleIndents Padding { get; }
#Property Value
Type | Description |
---|---|
Rectangle |
A Rectangle |
#Remarks
Use the Padding property, to specify paddings for a chart control.
See Also