ChartControl.Padding Property
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.1.UI.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
RectangleIndents | A RectangleIndents object, representing the chart’s inner indents, measured in pixels. |
Remarks
Use the Padding property, to specify paddings for a chart control.
See Also