[C#] | public void setFontSize(double fontHeight [, double fontWidth ]); |
[VB] | Public Sub setFontSize(fontHeight As Double [, fontWidth As Double ]) |
ChartDirector 7.1 (.NET Edition)
TextBox.
Usage
[C#] | public void setFontSize(double fontHeight [, double fontWidth ]); |
[VB] | Public Sub setFontSize(fontHeight As Double [, fontWidth As Double ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
fontHeight | (Mandatory) | The font height in points. |
fontWidth | 0 | The font width in points. If the font width is zero, it is assumed to be the same as the font height. |
Return Value