ChartDirector 7.1 (C++ Edition)

FinanceChart.addBarIndicator


Usage

XYChart *addBarIndicator(int height, DoubleArray data, int color, const char *name);

Description

Adds a generic bar indicator chart.

Arguments

ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
data(Mandatory)The data series of the indicator bars.
color(Mandatory)The color of the indicator bars.
name(Mandatory)The name of the indicator.

Return Value

A XYChart object representing the chart created.