Summary
Represents the Chart Interface.
Syntax
public interface Chart : ChartArea
Members
Name | Type | Summary |
---|---|---|
BarsTotal | Property | Gets the total number of the bars on the chart. |
ChartType | Property | Gets or sets the type of the chart - Bar, Candlesticks, Line or Dots chart. |
ChartTypeChanged | Event | Occurs when the chart type changes. |
ColorsChanged | Event | Occurs when the chart color settings change. |
ColorSettings | Property | Gets the chart color settings. |
DisplaySettings | Property | Gets the chart display settings. |
DisplaySettingsChanged | Event | Occurs when one or several charts display settings change. |
FirstVisibleBarIndex | Property | Gets the index of the first visible bar on the chart. |
IndicatorAreaAdded | Event | Occurs when the indicator area is added. |
IndicatorAreaRemoved | Event | Occurs when the indicator area is removed. |
IndicatorAreas | Property | Gets the read only list of the indicator areas. |
IsScrollingEnabled | Property | Gets or sets the value indicating whether the scrolling is enabled or disabled for the chart. If disabled, then the chart is not affected by scrolling, dragging, scaling, or pressing any keyboard keys, but is still affected by resizing, zooming, and API calls for changing X or Y-axis positions on the chart. |
LastVisibleBarIndex | Property | Gets the index of the last visible bar on the chart. |
MarketSeries | Property | Gets the the chart market data such as Open, High, Low, Close, Median, Typical, and WeightedClose price series, as well as OpenTime for the symbol, SymbolCode, TickVolume, and TimeFrame. |
MaxVisibleBars | Property | Gets the maximum number of the visible bars on the chart. |
ScrollXBy | Method | Scrolls the chart by the X-axis for the specified number of bars. |
ScrollXTo | Method | Scrolls the chart by the X-axis to the bar with the specified index. |
Symbol | Property | Gets the chart symbol. |
SymbolName | Property | Gets the symbol name. |
TimeFrame | Property | Gets the time frame of the chart from 1 minute to 1 month. |
TryChangeTimeFrame | Method | Changes the time frame on the chart. |
TryChangeTimeFrameAndSymbol | Method | Changes the time frame and the symbol on the chart. |
Zoom | Property | Gets or sets the zoom option from 0 to 5. |
ZoomChanged | Event | Occurs when the chart zoom options change. |