[C#] | public LineLayer addWeightedClose(int color); |
[VB] | Public Function addWeightedClose(color As Integer) As LineLayer |
ChartDirector 7.1 (.NET Edition)
FinanceChart.
Usage
[C#] | public LineLayer addWeightedClose(int color); |
[VB] | Public Function addWeightedClose(color As Integer) As LineLayer |
Description
Arguments
Argument | Default | Description |
---|---|---|
color | (Mandatory) | The color of the line. |
Return Value