IChartElement
StockSharp.Charting
The interface that describes the chart element (indicator, candle, etc.).
Implements: IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Properties
ChartArea
public IChartArea ChartArea { get; }
value = iChartElement.ChartArea
The chart area on which the element is drawn.
Colorer
public Func<IComparable, Color?> Colorer { get; set; }
value = iChartElement.Colorer
iChartElement.Colorer = value
Custom elements colorer.
FullTitle
public string FullTitle { get; set; }
value = iChartElement.FullTitle
iChartElement.FullTitle = value
The full series title. If this property is undefined, auto-generated title will be used instead.
IsLegend
public bool IsLegend { get; set; }
value = iChartElement.IsLegend
iChartElement.IsLegend = value
Should this element be shown in the legend.
IsVisible
public bool IsVisible { get; set; }
value = iChartElement.IsVisible
iChartElement.IsVisible = value
Whether this element is visible on chart.
PersistentChartArea
public IChartArea PersistentChartArea { get; }
value = iChartElement.PersistentChartArea
The chart area on which the element is drawn.
XAxisId
public string XAxisId { get; set; }
value = iChartElement.XAxisId
iChartElement.XAxisId = value
X-axis.
YAxisId
public string YAxisId { get; set; }
value = iChartElement.YAxisId
iChartElement.YAxisId = value
Y-axis.