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