AbstractChartSeriesFactory - конструктор
Пространство имён: Tessa.UI.Views.Charting.SeriesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
protected AbstractChartSeriesFactory(
Guid typeId,
[NotNullAttribute] string name,
[CanBeNullAttribute] Object icon = null
)
Protected Sub New (
typeId As Guid,
<NotNullAttribute> name As String,
<CanBeNullAttribute> Optional icon As Object = Nothing
)
protected:
AbstractChartSeriesFactory(
Guid typeId,
[NotNullAttribute] String^ name,
[CanBeNullAttribute] Object^ icon = nullptr
)
new :
typeId : Guid *
[<NotNullAttribute>] name : string *
[<CanBeNullAttribute>] ?icon : Object
(* Defaults:
let _icon = defaultArg icon null
*)
-> AbstractChartSeriesFactory
Параметры
- typeId Guid
-
Идентификатор фабрики и порождаемых моделей
- name String
-
Наименование фабрики
- icon Object (Optional)
-
Значок фабрики