ChartContentItem - конструктор

Initializes a new instance of the ChartContentItem class.

Definition

Пространство имён: Tessa.UI.Views.Charting
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public ChartContentItem(
	[NotNullAttribute] IWorkplaceViewComponent component,
	[NotNullAttribute] IUnityContainer container,
	IChartModel model,
	[CanBeNullAttribute] IEnumerable<IPlaceArea> placeAreas = null,
	[CanBeNullAttribute] Func<IPlaceArea, DataTemplate> dataTemplateFunc = null,
	int ordering = -2147482648,
	Func<IWorkplaceViewComponent, Object> contentFactory = null
)

Параметры

component  IWorkplaceViewComponent
The component.
container  IUnityContainer
The container.
model  IChartModel
The model.
placeAreas  IEnumerableIPlaceArea  (Optional)
The place areas.
dataTemplateFunc  FuncIPlaceArea, DataTemplate  (Optional)
The data template func.
ordering  Int32  (Optional)
The ordering.
contentFactory  FuncIWorkplaceViewComponent, Object  (Optional)
The content Factory.

См. также