[]
Draws chart on the specified graphics with specified size.
public void DrawChart(Graphics g, Size sz)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics. |
Size | sz | Size of chart. |
Draws chart on the specified graphics at the specified point with specified size.
public virtual void DrawChart(Graphics g, Point pt, Size sz)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics. |
Point | pt | Point. |
Size | sz | Size of chart. |