[]
Calculates the chart content height.
protected virtual int GetContentHeight(Graphics g, int width)
| Type | Name | Description |
|---|---|---|
| Graphics | g | A Graphics object that encapsulates a GDI+ drawing surface. |
| int | width | The width of chart content. |
| Type | Description |
|---|---|
| int | The height of chart content. |
Calculates the chart content height.
protected virtual int GetContentHeight(Graphics g, int width, string txt)
| Type | Name | Description |
|---|---|---|
| Graphics | g | A Graphics object that encapsulates a GDI+ drawing surface. |
| int | width | The width of chart content. |
| string | txt | The height of chart content. |
| Type | Description |
|---|---|
| int | The height of chart content. |