ILegendModel - интерфейс

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

Definition

Пространство имён: Tessa.UI.Views.Charting.Legends
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public interface ILegendModel : IModel<ILegendModel>, 
	IModel, ICloneable, ICoping<ILegendModel>, ICloneable<ILegendModel>, 
	ITypeIdentifier
Implements
ICloneable, ICloneableILegendModel, ICopingILegendModel, IModel, IModelILegendModel, ITypeIdentifier

Свойства

CheckBoxVisibility Gets or sets Видимость маркеров
Column Gets or sets Столбец в котором располагается легенда
IconHeight Gets or sets Высота значка легенды
IconVisibility Gets or sets Вид отображения значка легенды
IconWidth Gets or sets Ширина значка легенды
LegendAppearance Gets or sets Описание внешнего вида легенды
LegendAreaBorderBrush Gets or sets Кисть рамки
LegendAreaBorderThickness Gets or sets Ширина рамки
LegendAreaCornerRadius Gets or sets Радиус закругления углов рамки
LegendAreaOffsetX Gets or sets Смещение по оси X-относительно диаграммы
LegendAreaOffsetY Gets or sets Смещение по оси Y-относительного диаграммы
LegendIcon Gets or sets Значок элемента легенды
LegendLocation Gets or sets Расположение легенды
LegendOrientation Gets or sets Ориентация легенды
LegendPosition Gets or sets Расположение легенды
LegendTitle Gets or sets Заголовок легенды
LegendTitleAppearance Gets or sets Описатель внешнего вида легенды
LegendVisibility Gets or sets Видимость легенды
Row Gets or sets Строка в котором располагается легенда
TypeId Gets or sets Идентификатор типа
(Унаследован от ITypeIdentifier)

Методы

CloneCreates a new object that is a copy of the current instance.
(Унаследован от ICloneable)
CopyTo Клонирует данные объекта реализующего интерфейс в объект target
(Унаследован от ICopingT)

См. также