ChartControlSettings.Padding Property
Specifies the internal space between the chart’s content (the diagram and legend) and its edge, in pixels.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
RectangleIndents | A RectangleIndents object, detailing the chart’s inner indents, measured in pixels. |
Remarks
Use the Padding property, to specify paddings for a chart.
See Also