[C#] | public void setXAxisStyle(string font, double fontSize, int fontColor, double fontAngle); |
[VB] | Public Sub setXAxisStyle(font As String, fontSize As Double, fontColor As Integer, fontAngle As Double) |
ChartDirector 7.1 (.NET Edition)
FinanceChart.
Usage
[C#] | public void setXAxisStyle(string font, double fontSize, int fontColor, double fontAngle); |
[VB] | Public Sub setXAxisStyle(font As String, fontSize As Double, fontColor As Integer, fontAngle As Double) |
Description
Arguments
Argument | Default | Description |
---|---|---|
font | (Mandatory) | The font of the axis labels. |
fontSize | (Mandatory) | The font size of the axis labels in points. |
fontColor | (Mandatory) | The color of the axis labels. |
fontAngle | (Mandatory) | The rotation of the axis labels. |
Return Value