Back to Devexpress

WebChartControl.Padding Property

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-095082be.md

latest1.6 KB
Original Source

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.v25.2.Web.dll

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public RectangleIndents Padding { get; }
vb
Public ReadOnly Property Padding As RectangleIndents

Property Value

TypeDescription
RectangleIndents

A RectangleIndents object, representing the chart’s inner indents, measured in pixels.

|

Remarks

Use the Padding property, to specify paddings for a WebChartControl.

See Also

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace