Interface IChartWindow
Access to the particular window from chart panel
Namespace: TradingPlatform.BusinessLayer.Chart
Syntax
public interface IChartWindow
Properties
ClientRectangle
Client rectangle of the chart window
Declaration
Rectangle ClientRectangle { get; }
Property Value
Type | Description |
---|---|
Rectangle |
CoordinatesConverter
Special object, allows you to convert values from x/y scale to Time/Price and back
Declaration
IChartWindowCoordinatesConverter CoordinatesConverter { get; }
Property Value
Type | Description |
---|---|
IChartWindowCoordinatesConverter |
IsMainWindow
Determines, whether this window is the main window of the chart
Declaration
bool IsMainWindow { get; }
Property Value
Type | Description |
---|---|
bool |
WindowNumber
Chart window number
Declaration
int WindowNumber { get; }
Property Value
Type | Description |
---|---|
int |
YScaleFactor
Access to the particular window from chart panel
Declaration
double YScaleFactor { get; }
Property Value
Type | Description |
---|---|
double |