Back to Devexpress

ChartControlSettings.Padding Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-e934a730.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
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

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace