PaletteBase - конструктор |
Initializes a new instance of the
PaletteBase class.
Called when instance created for ChartColorModel with single arguments
Пространство имён:
Tessa.UI.Views.Charting.Palettes
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public PaletteBase(
Guid typeId,
[NotNullAttribute] string name,
ChartColorPalette palette = ChartColorPalette.Custom
)
Public Sub New (
typeId As Guid,
<NotNullAttribute> name As String,
Optional palette As ChartColorPalette = ChartColorPalette.Custom
)
public:
PaletteBase(
Guid typeId,
[NotNullAttribute] String^ name,
ChartColorPalette palette = ChartColorPalette::Custom
)
new :
typeId : Guid *
[<NotNullAttribute>] name : string *
?palette : ChartColorPalette
(* Defaults:
let _palette = defaultArg palette ChartColorPalette.Custom
*)
-> PaletteBase
Параметры
- typeId
- Тип: SystemGuid
Идентификатор типа
- name
- Тип: SystemString
Название
- palette (Optional)
- Тип: ChartColorPalette
Вид палитры
См. также