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