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

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