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