ChartDirector 7.0 (Perl Edition)

FinanceChart.setXAxisStyle


Usage

setXAxisStyle(font, fontSize, fontColor, fontAngle)

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