ChartIndicatorElement
The chart element representing the indicator.
Erbt von: ChartElement<ChartIndicatorElement>
Implementiert: IChartIndicatorElement, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Konstruktoren
ChartIndicatorElement()
Initializes a new instance of the ChartIndicatorElement.
Eigenschaften
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.
Methoden
OnDraw(ChartDrawData) : bool
Draw on root element.
- data
- Chart drawing data.
Rückgabe: if the data was successfully drawn, otherwise, returns .
OnReset()
Reset state.