[]
Calculates the chart content size.
protected override Size GetContentSize(Graphics g, Size rsz, string txt)
| Type | Name | Description |
|---|---|---|
| Graphics | g | A Graphics object that encapsulates a GDI+ drawing surface. |
| Size | rsz | The size of content area. |
| string | txt | The text inside of area. |
| Type | Description |
|---|---|
| Size | The size of chart content. |