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