[]
Calculates the chart content size.
protected virtual Size GetContentSize(Graphics g, Size sz)
Protected Overridable Function GetContentSize(g As Graphics, sz As Size) As Size
| Type | Name | Description |
|---|---|---|
| Graphics | g | A Graphics object that encapsulates a GDI+ drawing surface. |
| Size | sz | The size of content area. |
| Type | Description |
|---|---|
| Size | The size of chart content. |
Calculates the chart content size.
protected virtual Size GetContentSize(Graphics g, Size rsz, string txt)
Protected Overridable Function GetContentSize(g As Graphics, rsz As Size, txt As String) As Size
| 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. |