IChartExtensions
IChart extensions.
Propriedades
IndicatorPainterProvider : IChartIndicatorPainterProvider
IChartIndicatorPainterProvider
IndicatorProvider : IIndicatorProvider
IIndicatorProvider
TryIndicatorPainterProvider : IChartIndicatorPainterProvider
IIndicatorProvider
TryIndicatorProvider : IIndicatorProvider
IIndicatorProvider
Métodos
Add(IChartDrawDataItem, IChartCandleElement, ICandleMessage, decimal, decimal, decimal, decimal, CandlePriceLevel[], CandleStates) : IChartDrawDataItem
Put the candle data.
- item
- IChartDrawDataItem instance.
- element
- The chart element representing a candle.
- candle
- Candle.
- openPrice
- Opening price.
- highPrice
- Highest price.
- lowPrice
- Lowest price.
- closePrice
- Closing price.
- priceLevels
- Price levels.
- state
- Candle state.
Retorna: IChartDrawDataItem instance.
Add(IChartDrawDataItem, IChartTradeElement, MyTrade) : IChartDrawDataItem
Put the order data.
- item
- IChartDrawDataItem instance.
- element
- The chart element representing trades.
- trade
- The trade value.
Retorna: IChartDrawDataItem instance.
Add(IChartDrawDataItem, IChartOrderElement, Order, string) : IChartDrawDataItem
Put the order data.
- item
- IChartDrawDataItem instance.
- element
- The chart element representing orders.
- order
- The order value.
- errorMessage
- Error registering/cancelling order.
Retorna: IChartDrawDataItem instance.
Add(IChartDrawDataItem, IChartCandleElement, ICandleMessage) : IChartDrawDataItem
Put the candle data.
- item
- IChartDrawDataItem instance.
- element
- The chart element representing a candle.
- candle
- The candle data.
Retorna: IChartDrawDataItem instance.
Add(IChartDrawDataItem, IChartElement, object) : IChartDrawDataItem
Put the chart data.
- item
- IChartDrawDataItem instance.
- element
- The chart element.
- value
- The chart value.
Retorna: IChartDrawDataItem instance.
GetAutoRange(IChartArea) : bool
To use automatic range for the X-axis.
- area
- IChartArea
Retorna: To use automatic range for the X-axis.
IsDefault(IChartAxis) : bool
Whether this axis can be removed from chart area.
SetAutoRange(IChartArea, bool)
To use automatic range for the X-axis.
- area
- IChartArea
- value
- To use automatic range for the X-axis.
TryGetChart(IChartElement) : IChart
The chart on which the element is drawn.
- elem
- IChartElement
Retorna: The chart on which the element is drawn.
TryGetXAxis(IChartElement) : IChartAxis
X axis this element currently attached to.
- elem
- IChartElement
Retorna: X axis this element currently attached to.
TryGetYAxis(IChartElement) : IChartAxis
Y axis this element currently attached to.
- elem
- IChartElement
Retorna: Y axis this element currently attached to.
Campos
DefaultXAxisId : string
The primary title for the X-axis.
DefaultYAxisId : string
The primary title for the Y-axis.