ChartDirector 7.1 (.NET Edition)

FinanceChart.addIndicator


Usage

[C#]public XYChart addIndicator(int height);
[VB]Public Function addIndicator(height As Integer) As XYChart

Description

Adds a blank indicator chart to the finance chart. Used internally to add other indicators. Override to change the default formatting (eg. axis fonts, etc.) of the various indicators.

Arguments

ArgumentDefaultDescription
height(Mandatory)The height of the chart in pixels.

Return Value

A XYChart object representing the chart created.