Interface IChartIndicatorElement
- Namespace
- StockSharp.Charting
- Assembly
- StockSharp.Charting.Interfaces.dll
The chart element representing the indicator.
public interface IChartIndicatorElement : IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
- Inherited Members
- Extension Methods
Properties
AdditionalColor
Compatibility property for AdditionalColor.
Color AdditionalColor { get; set; }
Property Value
AntiAliasing
Compatibility property for AntiAliasing.
bool AntiAliasing { get; set; }
Property Value
AutoAssignYAxis
Auto assign Y axis when the element is being added to chart.
bool AutoAssignYAxis { get; set; }
Property Value
Color
Compatibility property for Color.
Color Color { get; set; }
Property Value
DrawStyle
Compatibility property for Style.
DrawStyles DrawStyle { get; set; }
Property Value
- DrawStyles
IndicatorPainter
The indicator renderer.
IChartIndicatorPainter IndicatorPainter { get; set; }
Property Value
ShowAxisMarker
Compatibility property for ShowAxisMarker.
bool ShowAxisMarker { get; set; }
Property Value
StrokeThickness
Compatibility property for StrokeThickness.
int StrokeThickness { get; set; }