LegendSettingsViewModel - конструктор
Пространство имён: Tessa.UI.Views.Charting.LegendsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 LegendModel
-
The model.
- appearances IEnumerableAppearanceInfo
-
The appearances.