NumericalAxisFactory - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Axises
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public NumericalAxisFactory(
[NotNullAttribute] AppearancesCache appearancesCache,
[NotNullAttribute] NumericalAxisViewModelFactory factory
)
Public Sub New (
<NotNullAttribute> appearancesCache As AppearancesCache,
<NotNullAttribute> factory As NumericalAxisViewModelFactory
)
public:
NumericalAxisFactory(
[NotNullAttribute] AppearancesCache^ appearancesCache,
[NotNullAttribute] NumericalAxisViewModelFactory^ factory
)
new :
[<NotNullAttribute>] appearancesCache : AppearancesCache *
[<NotNullAttribute>] factory : NumericalAxisViewModelFactory -> NumericalAxisFactory
Параметры
- appearancesCache
- Тип: Tessa.UI.Views.AppearancesAppearancesCache
The appearances Cache.
- factory
- Тип: Tessa.UI.Views.Charting.AxisesNumericalAxisViewModelFactory
The factory.
См. также