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