Chart CLASS

GetTimePrice (PointF point) METHOD (Return: TimePrice)
Provides DateTime object on the given main chart point. SYNTAX public TimePrice GetTimePrice (PointF point) PARAMETERS point — PointF RE...
Sun, May 6, 2018 at 6:33 PM
GetTimePrice (PointF point, int windowNumber) METHOD (Return: TimePrice)
Provides DateTime object on given main chart point or any sub window by given number. SYNTAX public TimePrice GetTimePrice (PointF point,int windowN...
Sun, May 6, 2018 at 6:34 PM
GetTimePrice (float x, float y) METHOD (Return: TimePrice)
Provides DateTime object on the given main chart coordinates. SYNTAX public TimePrice GetTimePrice (float x,float y) PARAMETERS x — float ...
Sun, May 6, 2018 at 6:36 PM
GetTimePrice (float x, float y) METHOD (Return: TimePrice)
Provides DateTime object on the given main chart coordinates. SYNTAX public TimePrice GetTimePrice (float x,float y) PARAMETERS x — float ...
Sun, May 6, 2018 at 6:38 PM
PointToClient (Point p) METHOD (Return: Point)
Computes the location of the specified screen point into client coordinates. SYNTAX public Point PointToClient (Point p) PARAMETERS p — Poin...
Sun, May 6, 2018 at 6:39 PM
PointToScreen (Point p) METHOD (Return: Point)
Computes the location of the specified client point into screen coordinates. SYNTAX public Point PointToScreen (Point p) PARAMETERS p — Poin...
Sun, May 6, 2018 at 6:41 PM
Refresh () METHOD (Return: void)
Launches forced update chart SYNTAX public void Refresh () RETURN void
Sun, May 6, 2018 at 6:42 PM