LineAnnotationFactoryBase - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Annotations
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис protected LineAnnotationFactoryBase(
[NotNullAttribute] IChartScriptingCache scriptingCache,
Guid typeId,
[NotNullAttribute] string name,
[CanBeNullAttribute] Object icon = null
)
Protected Sub New (
<NotNullAttribute> scriptingCache As IChartScriptingCache,
typeId As Guid,
<NotNullAttribute> name As String,
<CanBeNullAttribute> Optional icon As Object = Nothing
)
protected:
LineAnnotationFactoryBase(
[NotNullAttribute] IChartScriptingCache^ scriptingCache,
Guid typeId,
[NotNullAttribute] String^ name,
[CanBeNullAttribute] Object^ icon = nullptr
)
new :
[<NotNullAttribute>] scriptingCache : IChartScriptingCache *
typeId : Guid *
[<NotNullAttribute>] name : string *
[<CanBeNullAttribute>] ?icon : Object
(* Defaults:
let _icon = defaultArg icon null
*)
-> LineAnnotationFactoryBase
Параметры
- scriptingCache
- Тип: Tessa.UI.Views.Charting.ScriptingIChartScriptingCache
Кэш формул диаграммы - typeId
- Тип: SystemGuid
Идентификатор типа - name
- Тип: SystemString
Наименование - icon (Optional)
- Тип: SystemObject
Значок
См. также