Window CLASS

HighestPrice PROPERTY (double)
SYNTAX public double HighestPrice { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; using System.Tex...
Sun, May 6, 2018 at 8:23 PM
IsMainWindow PROPERTY (bool)
SYNTAX public bool IsMainWindow { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; using System.Text; us...
Sun, May 6, 2018 at 8:24 PM
LowestPrice PROPERTY (double)
Grasps a lowest price from chart window. SYNTAX public double LowestPrice { get; } EXAMPLE using System; using System.Collections; using Sys...
Sun, May 6, 2018 at 8:25 PM
WindowNumber PROPERTY (int)
Returns a chart window number SYNTAX public int WindowNumber { get; } EXAMPLE using System; using System.Collections; using System.Collectio...
Sun, May 6, 2018 at 8:26 PM
WindowRectangle PROPERTY (Rectangle)
Provides chart area rectangle SYNTAX public Rectangle WindowRectangle { get; } EXAMPLE using System; using System.Collections; using System....
Sun, May 6, 2018 at 8:33 PM