Price

View as Markdown

Definition

Determines price value the chart anchor is drawn.

Property Value

An double value representing a price value

Syntax

\<chartanchor\>.Price

Examples

public override void OnMouseDown(ChartControl chartControl, ChartPanel chartPanel, ChartScale chartScale, Point point)
{
Print(MyAnchor.Price); // prints the Y axis data point of the chart anchor
// 1999.25
}