ChartDirector 7.1 (.NET Edition)

HLOCLayer.setColorMethod


Usage

[C#]public void setColorMethod(int colorMethod, int riseColor [, int fallColor [, double leadValue ]]);
[VB]Public Sub setColorMethod(colorMethod As Integer, riseColor As Integer [, fallColor As Integer [, leadValue As Double ]])

Description

Sets the coloring method for the HLOC symbols.

See XYChart.addHLOCLayer3 for the supported coloring methods for HLOC symbols.

Arguments

ArgumentDefaultDescription
colorMethod(Mandatory)The method to color the HLOC layer. Please refer to XYChart.addHLOCLayer3 for the supported coloring methods.
riseColor(Mandatory)The color to be used on an "up" day.
fallColor-1The color to be used on a "down" day. -1 means it is the same as the riseColor.
leadValue[-Infinity]The lead value to act as the closing pricing before the first day, so as to determine if the first day is an "up" or "down" day.

Return Value

None