AbstractChartSeriesFactory - класс

Абстрактная фабрика создания серии.

Definition

Пространство имён: Tessa.UI.Views.Charting.Series
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public abstract class AbstractChartSeriesFactory : AbstractFactory<IChartSeries, IChartSeriesViewModel>, 
	IChartSeriesFactory, IFactory<IChartSeries, IChartSeriesViewModel>, IModelFactory<IChartSeries>, 
	ITypeIdentifier, IViewModelFactory<IChartSeries, IChartSeriesViewModel>
Inheritance
Object    AbstractFactoryIChartSeries, IChartSeriesViewModel    AbstractChartSeriesFactory
Derived
Подробнее
Implements
IFactoryIChartSeries, IChartSeriesViewModel, IModelFactoryIChartSeries, IViewModelFactoryIChartSeries, IChartSeriesViewModel, ITypeIdentifier, IChartSeriesFactory

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

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

Свойства

Appearances Gets or sets Список описаний внешних видов
Icon Gets Значок фабрики
(Унаследован от AbstractFactoryTModel, TViewModel)
Name Gets Название фабрики
(Унаследован от AbstractFactoryTModel, TViewModel)
Palettes Gets or sets Реестр палитр.
SupportedBehaviors Gets Поддерживаемые поведения
TypeId Gets Идентификатор типа
(Унаследован от AbstractFactoryTModel, TViewModel)

Методы

Create Создает и возвращает модель объекта
(Унаследован от AbstractFactoryTModel, TViewModel)
Create(TModel) Создает и возвращает модель-представление объекта
(Унаследован от AbstractFactoryTModel, TViewModel)
CreateSeries Создает ряд диаграммы
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)
GetSupportedSeriesCombinations Возвращает список рядов с которыми может осуществлять комбинацию ряд создаваемый фабрикой
GetTypeGets the Type of the current instance.
(Унаследован от Object)
InitializeData Инициализирует данные ряда диаграммы
InternalCreateSeries Создает ряд диаграммы.
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

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

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

См. также