ChartDirector 7.1 (.NET Edition)

FinanceChart.setXAxisStyle


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

Sets x-axis label style. The default is Arial 8 pt black color as font with no text rotation.

Arguments

ArgumentDefaultDescription
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

None