ChartDirector 5.1 (.NET Edition)

FinanceChart.addPerformance


Usage

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

Description

Adds a Performance indicator chart.

Arguments

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

Return Value

A XYChart object representing the chart created.