MobileForms Toolkit Documentation

Chart.PrepareChart Method 

Prepares chart for drawing.

protected bool PrepareChart(
SeriesCollection seriesCollection,
Rectangle chartArea
);

Parameters

seriesCollection
Collection containing the series to display.
chartArea
Area of the chart.

Return Value

false if no data to display, true otherwise.

Remarks

Sets the following members of the chart:

See Also

Chart Class | Resco.Controls.CompactChart Namespace