Skip to main content

WebChartControl.Padding Property

Specifies the internal space between the WebChartControl‘s content (the diagram and legend) and its edge, in pixels.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v23.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public RectangleIndents Padding { get; }

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 WebChartControl.

PaddingChart

See Also