ShapeAnnotationFactory - класс

Базовый класс фабрики для аннотаций в виде фигур

Definition

Пространство имён: Tessa.UI.Views.Charting.Annotations
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public abstract class ShapeAnnotationFactory : AnnotationFactory
Inheritance
Object    AbstractFactoryIAnnotationModel, IAnnotationViewModel    AnnotationFactory    ShapeAnnotationFactory
Derived

Конструкторы

ShapeAnnotationFactoryInitializes a new instance of the ShapeAnnotationFactory class. Initializes a new instance of the AnnotationFactory class. Initializes a new instance of the AbstractFactoryTModel, TViewModel class. Инициализирует новый экземпляр класса Object.

Свойства

Icon Gets Значок фабрики
(Унаследован от AbstractFactoryTModel, TViewModel)
Name Gets Название фабрики
(Унаследован от AbstractFactoryTModel, TViewModel)
TypeId Gets Идентификатор типа
(Унаследован от AbstractFactoryTModel, TViewModel)

Методы

CalculateDataОсуществляет расчет формулы
(Унаследован от AnnotationFactory)
ConvertDataОсуществляет преобразование значения данных в значение оси координат
(Унаследован от AnnotationFactory)
Create Создает и возвращает модель объекта
(Унаследован от AbstractFactoryTModel, TViewModel)
Create(TModel) Создает и возвращает модель-представление объекта
(Унаследован от AbstractFactoryTModel, TViewModel)
CreateAnnotationСоздает аннотацию из модели model
(Унаследован от AnnotationFactory)
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
InitializeCommonPropertiesОсуществляет инициализацию общий свойств аннотации
(Переопределяет AnnotationFactoryInitializeCommonProperties(AppearancesCache, Annotation, IAnnotationModel, IChartContext))
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
SetAppearanceValueThe set appearance value.
(Унаследован от AnnotationFactory)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Поля

scriptingCache The scripting cache.
(Унаследован от AnnotationFactory)

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также