MobileForms Toolkit Documentation

CandleStickChart.DrawChart Method 

Draws the chart.

public override void DrawChart(
Graphics graphics,
SeriesCollection seriesCollection,
Rectangle chartArea
);

Parameters

graphics
A Graphics object to draw to.
seriesCollection
A SeriesCollection containing the data Series that will be drawn as a chart.
chartArea
A Rectangle specifying the area for the chart.

See Also

CandleStickChart Class | Resco.Controls.CompactChart Namespace