ChartControlSettings.Padding Property
In This Article
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.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public RectangleIndents Padding { get; }
#Property Value
Type | Description |
---|---|
Rectangle |
A Rectangle |
#Remarks
Use the Padding property, to specify paddings for a chart.
See Also