ChartDirector 6.0 (ColdFusion Edition)

FinanceChart.addEaseOfMovement


Usage

addEaseOfMovement(height, period, color1, color2)

Description

Adds a Ease of Movement indicator chart.

Arguments

ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to smooth the indicator.
color1(Mandatory)The color of the indicator line.
color2(Mandatory)The color of the smoothed indicator line.

Return Value

A XYChart object representing the chart created.