ChartDirector 5.1 (.NET Edition)

FinanceChart.addMedianPrice


Usage

[VB] Public Function addMedianPrice(color As Integer) As LineLayer
[C#] public LineLayer addMedianPrice(int color);

Description

Adds a median price line on the main chart.

Arguments

ArgumentDefaultDescription
color(Mandatory)The color of the line.

Return Value

A LineLayer object representing the line created.