LineAnnotationFactory - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Annotations
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public LineAnnotationFactory(
[NotNullAttribute] IChartScriptingCache scriptingCache,
[NotNullAttribute] AppearancesCache appearancesCache,
[NotNullAttribute] LineAnnotationViewModelFactory factory
)
Public Sub New (
<NotNullAttribute> scriptingCache As IChartScriptingCache,
<NotNullAttribute> appearancesCache As AppearancesCache,
<NotNullAttribute> factory As LineAnnotationViewModelFactory
)
public:
LineAnnotationFactory(
[NotNullAttribute] IChartScriptingCache^ scriptingCache,
[NotNullAttribute] AppearancesCache^ appearancesCache,
[NotNullAttribute] LineAnnotationViewModelFactory^ factory
)
new :
[<NotNullAttribute>] scriptingCache : IChartScriptingCache *
[<NotNullAttribute>] appearancesCache : AppearancesCache *
[<NotNullAttribute>] factory : LineAnnotationViewModelFactory -> LineAnnotationFactory
Параметры
- scriptingCache
- Тип: Tessa.UI.Views.Charting.ScriptingIChartScriptingCache
The scripting Cache.
- appearancesCache
- Тип: Tessa.UI.Views.AppearancesAppearancesCache
Кэш описателей внешних видов
- factory
- Тип: Tessa.UI.Views.Charting.AnnotationsLineAnnotationViewModelFactory
Фабрика создания модели-представления редактирования настроек аннотации
См. также