ChartIndicatorElement
StockSharp.Xaml.Charting
The chart element representing the indicator.
継承元: ChartElement<ChartIndicatorElement>
実装: IChartIndicatorElement, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
コンストラクター
ChartIndicatorElement()
Initializes a new instance of the ChartIndicatorElement.
プロパティ
AdditionalColor : Color
Compatibility property for AdditionalColor for DefaultPainter.
AntiAliasing : bool
Candles rendering smoothing (enabled by default).
AutoAssignYAxis : bool
Auto assign Y axis when the element is being added to chart.
DrawStyle : DrawStyles
Style of candles rendering.
DrawTemplate : ControlTemplate
Compatibility property for DrawTemplate for DefaultPainter.
IndicatorPainter : IChartIndicatorPainter
The indicator renderer.
ShowAxisMarker : bool
Show Y-axis marker.
StrokeThickness : int
Line width (bar or border), with which candle will be drawn on chart.
メソッド
OnDraw(ChartDrawData) : bool
Draw on root element.
- data
- Chart drawing data.
戻り値: if the data was successfully drawn, otherwise, returns .
OnReset()
Reset state.