IChartElement

StockSharp.Charting

描述图表元素的界面(指向符,蜡烛等).

实现: IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable

属性

ChartArea
public IChartArea ChartArea { get; }
value = iChartElement.ChartArea

绘制元素的图表区域。

Colorer
public Func<IComparable, Color?> Colorer { get; set; }
value = iChartElement.Colorer
iChartElement.Colorer = value

自定义元素颜色器 。

FullTitle
public string FullTitle { get; set; }
value = iChartElement.FullTitle
iChartElement.FullTitle = value

完整系列标题。 如果此属性未定义, 则将使用自动生成的标题 。

IsLegend
public bool IsLegend { get; set; }
value = iChartElement.IsLegend
iChartElement.IsLegend = value

如果在图例中显示此元素 。

IsVisible
public bool IsVisible { get; set; }
value = iChartElement.IsVisible
iChartElement.IsVisible = value

图表中是否显示此元素 。

PersistentChartArea
public IChartArea PersistentChartArea { get; }
value = iChartElement.PersistentChartArea

绘制元素的图表区域。

XAxisId
public string XAxisId { get; set; }
value = iChartElement.XAxisId
iChartElement.XAxisId = value

X轴.

YAxisId
public string YAxisId { get; set; }
value = iChartElement.YAxisId
iChartElement.YAxisId = value

Y轴.