Back to Devexpress

XRChart.Padding Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-df715ee0.md

latest1.3 KB
Original Source

XRChart.Padding Property

Overrides the XRControl.Padding property.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public override PaddingInfo Padding { get; set; }
vb
Public Overrides Property Padding As PaddingInfo

Property Value

TypeDescription
PaddingInfo

A PaddingInfo object representing padding values for a control.

|

Remarks

This property is intended to hide the corresponding property of the XRControl class.

See Also

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace