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