Table of Contents

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

Color

AntiAliasing

Compatibility property for AntiAliasing.

bool AntiAliasing { get; set; }

Property Value

bool

AutoAssignYAxis

Auto assign Y axis when the element is being added to chart.

bool AutoAssignYAxis { get; set; }

Property Value

bool

Color

Compatibility property for Color.

Color Color { get; set; }

Property Value

Color

DrawStyle

Compatibility property for Style.

ChartIndicatorDrawStyles DrawStyle { get; set; }

Property Value

ChartIndicatorDrawStyles

IndicatorPainter

The indicator renderer.

IChartIndicatorPainter IndicatorPainter { get; set; }

Property Value

IChartIndicatorPainter

ShowAxisMarker

Compatibility property for ShowAxisMarker.

bool ShowAxisMarker { get; set; }

Property Value

bool

StrokeThickness

Compatibility property for StrokeThickness.

int StrokeThickness { get; set; }

Property Value

int