ChartDirector 6.0 (Ruby Edition)

FinanceChart.enableAntiAlias


Usage

enableAntiAlias(antiAlias)

Description

Enables/Disables anti-alias.

Enabling anti-alias makes the line smoother. Disabling anti-alias make the chart file size smaller, and so can be downloaded faster through the Internet. The default is to enable anti-alias.

Arguments

ArgumentDefaultDescription
antiAlias(Mandatory)True to enable anti-alias. False to disable anti-alias.

Return Value

None