IChartElement

StockSharp.Charting

The interface that describes the chart element (indicator, candle, etc.).

Implementiert: IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable

Eigenschaften

ChartArea : IChartArea

The chart area on which the element is drawn.

Colorer : Func<IComparable, Color?>

Custom elements colorer.

FullTitle : string

The full series title. If this property is undefined, auto-generated title will be used instead.

IsLegend : bool

Should this element be shown in the legend.

IsVisible : bool

Whether this element is visible on chart.

PersistentChartArea : IChartArea

The chart area on which the element is drawn.

XAxisId : string

X-axis.

YAxisId : string

Y-axis.