C++
virtual bool onBeginPlot() = 0;
Description
Returns a Boolean indicating whether the begin plot notification was successful.
Clients of the plot progress dialog would fire this notification before beginning to plot using the plot engine. The default implementation resets the plot and sheet status.