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