XRChart() Constructor
In This Article
Initializes a new instance of the XRChart class with the default settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Remarks
When this constructor is used the following settings will be applied to the chart’s properties:
- XRControl.WidthF = 300;
- XRControl.HeightF = 200;
- StyleUsing.UseBackColor = false;
- StyleUsing.UseBorders = false;
- StyleUsing.UseBorderColor = false.
See Also