[VB] | Public Function addMassIndex(height As Integer, color As Integer, upColor As Integer, downColor As Integer) As XYChart |
[C#] | public XYChart addMassIndex(int height, int color, int upColor, int downColor); |
ChartDirector 5.1 (.NET Edition)
FinanceChart.addMassIndex
Usage
[VB] | Public Function addMassIndex(height As Integer, color As Integer, upColor As Integer, downColor As Integer) As XYChart |
[C#] | public XYChart addMassIndex(int height, int color, int upColor, int downColor); |
Description
Arguments
Argument | Default | Description |
---|---|---|
height | (Mandatory) | The height of the indicator chart in pixels. |
color | (Mandatory) | The color of the indicator line. |
upColor | (Mandatory) | The fill color when the indicator exceeds the upper threshold line. |
downColor | (Mandatory) | The fill color when the indicator falls below the lower threshold line. |
Return Value