LegendSettingsViewModel - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Legends
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public LegendSettingsViewModel(
[NotNullAttribute] LegendModel model,
[NotNullAttribute] IEnumerable<AppearanceInfo> appearances
)
Public Sub New (
<NotNullAttribute> model As LegendModel,
<NotNullAttribute> appearances As IEnumerable(Of AppearanceInfo)
)
public:
LegendSettingsViewModel(
[NotNullAttribute] LegendModel^ model,
[NotNullAttribute] IEnumerable<AppearanceInfo>^ appearances
)
new :
[<NotNullAttribute>] model : LegendModel *
[<NotNullAttribute>] appearances : IEnumerable<AppearanceInfo> -> LegendSettingsViewModel
Параметры
- model
- Тип: Tessa.UI.Views.Charting.LegendsLegendModel
The model.
- appearances
- Тип: System.Collections.GenericIEnumerableAppearanceInfo
The appearances.
См. также