[VB] | Public Function addIndicator(height As Integer) As XYChart |
[C#] | public XYChart addIndicator(int height); |
ChartDirector 5.1 (.NET Edition)
FinanceChart.addIndicator
Usage
[VB] | Public Function addIndicator(height As Integer) As XYChart |
[C#] | public XYChart addIndicator(int height); |
Description
Arguments
Argument | Default | Description |
---|---|---|
height | (Mandatory) | The height of the chart in pixels. |
Return Value