Skip to main content
A newer version of this page is available. .

XRChart.ResetPadding() Method

Resets the XRChart.Padding property to an empty value.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public override void ResetPadding()

Remarks

If the XRChart.Padding property has an empty value, it’s considered that this property isn’t set at all, and so it doesn’t participate in calculating the effective value for the control via the XRControl.GetEffectivePadding method.

See Also