Gets coordinates of specified value on the chart.

Namespace:  AmCharts.Windows.Stock
Assembly:  AmCharts.Windows.Stock (in AmCharts.Windows.Stock.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public Point GetValueCoordinates(
	Graph graph,
	DateTime date,
	double value
)
Visual Basic (Declaration)
Public Function GetValueCoordinates ( _
	graph As Graph, _
	date As DateTime, _
	value As Double _
) As Point
Visual C++
public:
Point GetValueCoordinates(
	Graph^ graph, 
	DateTime date, 
	double value
)

Parameters

graph
Type: AmCharts.Windows.Stock..::.Graph
Graph to which value belongs
date
Type: System..::.DateTime
Date for DateTime (x) coordinate.
value
Type: System..::.Double
Value for Value (y) coordinate.

Return Value

Returns coordinates of specified data point.

See Also