MobileForms Toolkit Documentation

XYChart.DrawSeries Method 

Draw the actual series on the surface of chart.

public virtual void DrawSeries(
Graphics graphics,
Axis primary,
Axis secondary
);

Parameters

graphics
A Graphics object to draw Series to.
primary
A Axis that will be the primary axis of the XYChart.
secondary
A Axis that will be the secondary axis of the XYChart.

Remarks

VisibleSeries contains extracted data. DataCount contains the maximum data count.

Protected member _xPos[DataCount+1] holds the cached values of x positions (start of category,...).

Call AddRectangle to activate the area for tooltips.

See Also

XYChart Class | Resco.Controls.CompactChart Namespace