[]
Calculates the chart content height.
protected virtual int GetContentHeight(Graphics g, int width)
Protected Overridable Function GetContentHeight(g As Graphics, width As Integer) As Integer
| 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)
Protected Overridable Function GetContentHeight(g As Graphics, width As Integer, txt As String) As Integer
| 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. |