IChartIndicatorElement
StockSharp.Charting
El elemento gráfico que representa el indicador.
Implementa: IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Propiedades
AdditionalColor
public Color AdditionalColor { get; set; }
value = iChartIndicatorElement.AdditionalColor
iChartIndicatorElement.AdditionalColor = value
Propiedad de compatibilidad para AdditionalColor.
AntiAliasing
public bool AntiAliasing { get; set; }
value = iChartIndicatorElement.AntiAliasing
iChartIndicatorElement.AntiAliasing = value
Propiedad de compatibilidad para AntiAliasing.
AutoAssignYAxis
public bool AutoAssignYAxis { get; set; }
value = iChartIndicatorElement.AutoAssignYAxis
iChartIndicatorElement.AutoAssignYAxis = value
Axis Y de auto asigna cuando el elemento se está agregando a la gráfica.
Color
public Color Color { get; set; }
value = iChartIndicatorElement.Color
iChartIndicatorElement.Color = value
Propiedad de compatibilidad para Color.
DrawStyle
public DrawStyles DrawStyle { get; set; }
value = iChartIndicatorElement.DrawStyle
iChartIndicatorElement.DrawStyle = value
Propiedad de compatibilidad para el estilo.
IndicatorPainter
public IChartIndicatorPainter IndicatorPainter { get; set; }
value = iChartIndicatorElement.IndicatorPainter
iChartIndicatorElement.IndicatorPainter = value
El indicador de renderizado.
ShowAxisMarker
public bool ShowAxisMarker { get; set; }
value = iChartIndicatorElement.ShowAxisMarker
iChartIndicatorElement.ShowAxisMarker = value
Propiedad de compatibilidad para ShowAxisMarker.
StrokeThickness
public int StrokeThickness { get; set; }
value = iChartIndicatorElement.StrokeThickness
iChartIndicatorElement.StrokeThickness = value
Propiedad de compatibilidad para StrokeThickness.