Back to Devexpress

ChartControl.Padding Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-615c08cb.md

latest1.8 KB
Original Source

ChartControl.Padding Property

Specifies the internal space between the chart control’s content (the diagram and legend) and its edge, in pixels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

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 chart control.

See Also

All

Bottom

Left

Right

Top

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace