IChartElement - интерфейс |
Пространство имён: StockSharp.Xaml.Charting
public interface IChartElement : ICloneable<IChartElement>, ICloneable, INotifyPropertyChanging, INotifyPropertyChanged
Тип IChartElement предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | Chart |
The chart on which the element is drawn.
|
![]() | ChartArea |
The chart area on which the element is drawn.
|
![]() | ChildElements |
Child chart elements.
|
![]() | Id |
Unique ID.
|
![]() | IsLegend |
Should this element be shown in the legend.
|
![]() | IsVisible |
Whether this element is visible on chart.
|
![]() | ParentElement |
Parent chart element.
|
![]() | PersistantChartArea |
The chart area on which the element is drawn.
|
![]() | XAxisId |
X-axis.
|
![]() | YAxisId |
Y-axis.
|
Имя | Описание | |
---|---|---|
![]() | Clone | (Унаследован от ICloneableIChartElement.) |
Имя | Описание | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Унаследован от INotifyPropertyChanged.) |
![]() | PropertyChanging | Occurs when a property value is changing. (Унаследован от INotifyPropertyChanging.) |