ChartDirector 7.1 (.NET Edition)

FinanceChart.addEaseOfMovement


Usage

[C#]public XYChart addEaseOfMovement(int height, int period, int color1, int color2);
[VB]Public Function addEaseOfMovement(height As Integer, period As Integer, color1 As Integer, color2 As Integer) As XYChart

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.