IChartStructureItem - интерфейс

Описание интерфейса элемента структуры диаграммы

Definition

Пространство имён: Tessa.UI.Views.Charting.Charts.ChartStructure
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public interface IChartStructureItem : IComparable, 
	IComparable<IChartStructureItem>, ISelectableViewModel, IViewModel, INotifyPropertyChanged
Implements
INotifyPropertyChanged, IComparable, IComparableIChartStructureItem, ISelectableViewModel, IViewModel

Свойства

Content Gets Содержимое элемента
ContentDataTemplate Gets Шаблон данных редактора
IsExpanded Gets or sets a value indicating whether Признак развернутости узла
IsSelectable
(Унаследован от ISelectableViewModel)
IsSelected
(Унаследован от ISelectableViewModel)
Items Gets Список дочерних элементов
Model
(Унаследован от IViewModel)
OrderPosition Gets or sets Позиция в списке
StructureDataTemplate Gets Шаблон данных структуры диаграммы

Методы

CompareTo(T)Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Унаследован от IComparableIChartStructureItem)
CompareTo(Object)Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Унаследован от IComparable)

События

PropertyChangedOccurs when a property value changes.
(Унаследован от INotifyPropertyChanged)

См. также