IChart - интерфейс |
Пространство имён: StockSharp.Xaml.Charting
public interface IChart : IThemeableChart, IPersistable
Тип IChart предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | Areas |
Chart areas.
|
![]() | ChartTheme |
The name of the graphic theme.
(Унаследован от IThemeableChart.) |
![]() | IndicatorTypes |
The list of available indicators types.
|
![]() | IsAutoRange |
To use automatic range for the X-axis. The default is off.
|
![]() | IsAutoScroll |
To scroll Areas areas automatically when new data occurred. The default is enabled.
|
![]() | ShowNonFormedIndicators |
Show non formed indicators values.
|
![]() | ShowPerfStats |
Show FPS.
|
![]() | XAxisType |
Type of X axis for this chart.
|
Имя | Описание | |
---|---|---|
![]() | AddArea |
To add an area to the chart.
|
![]() | AddElement(ChartArea, IChartElement) |
To add an element to the chart.
|
![]() | AddElement(ChartArea, ChartCandleElement, CandleSeries) |
To add an element to the chart.
|
![]() | AddElement(ChartArea, ChartOrderElement, Security) |
To add an element to the chart.
|
![]() | AddElement(ChartArea, ChartTradeElement, Security) |
To add an element to the chart.
|
![]() | AddElement(ChartArea, ChartIndicatorElement, CandleSeries, IIndicator) |
To add an element to the chart.
|
![]() | ClearAreas |
To remove all areas from the chart.
|
![]() | Draw |
To process the new data.
|
![]() | GetIndicator |
To get an indicator which is associated with ChartIndicatorElement.
|
![]() | GetSource |
To get the data source for IChartElement.
|
![]() | Load | (Унаследован от IPersistable.) |
![]() | RemoveArea |
To remove the area from the chart.
|
![]() | RemoveElement |
To remove the element from the chart.
|
![]() | Reset |
To reset the chart elements values drawn previously.
|
![]() | Save | (Унаследован от IPersistable.) |
Имя | Описание | |
---|---|---|
![]() | Draw(IEnumerableRefPairDateTimeOffset, IDictionaryIChartElement, Object) | Перегружен.
To process the new data.
(Определяется ChartHelper.) |
![]() | Draw(DateTimeOffset, IDictionaryIChartElement, Object) | Перегружен.
To process the new data.
(Определяется ChartHelper.) |
![]() | Draw(ChartCandleElement, Candle) | Перегружен.
To draw the candle.
(Определяется ChartHelper.) |
![]() | Draw(DateTimeOffset, IChartElement, Object) | Перегружен.
To draw new data.
(Определяется ChartHelper.) |
![]() | FillIndicators |
Fill IndicatorTypes using GetIndicatorTypes.
(Определяется ChartHelper.) |
![]() | SaveToImage |
To save the chart as image.
(Определяется ChartHelper.) |
![]() | UpdateTheme |
Update theme for the specified chart.
(Определяется ChartHelper.) |