Returns starting point coordinates of specified graph.

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 GetGraphStartPoint(
	Graph graph
)
Visual Basic (Declaration)
Public Function GetGraphStartPoint ( _
	graph As Graph _
) As Point
Visual C++
public:
Point GetGraphStartPoint(
	Graph^ graph
)

Parameters

graph
Type: AmCharts.Windows.Stock..::.Graph
Graph for which starting point coordinates are requested

Return Value

Coordinates of the starting point of the graph.

See Also