ShowLoadConfirm: Boolean;
The ShowLoadConfirm property sets whether a message is displayed on exceeding maximum number of express report chart points.
Property value can be set only from JSON.
To determine the maximum number of chart points, use the EaxChartView.LoadConfirmThreshold property.
Available Values:
true. On exceeding the maximum number of chart points the warning appears.
false. On exceeding the maximum number of chart points the warning does not appear.
The example of method use is given on the page Example of Creating the ChartBox Component.
See also: