[VB] | Public Function addEaseOfMovement(height As Integer, period As Integer, color1 As Integer, color2 As Integer) As XYChart |
[C#] | public XYChart addEaseOfMovement(int height, int period, int color1, int color2); |
ChartDirector 5.1 (.NET Edition)
FinanceChart.addEaseOfMovement
Usage
[VB] | Public Function addEaseOfMovement(height As Integer, period As Integer, color1 As Integer, color2 As Integer) As XYChart |
[C#] | public XYChart addEaseOfMovement(int height, int period, int color1, int color2); |
Description
Arguments
Argument | Default | Description |
---|---|---|
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