Для изменения размера нажмите или перетащите

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

Initializes a new instance of the ChartContentItem class.

Пространство имён:  Tessa.UI.Views.Charting
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
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
Тип: Tessa.UI.ViewsIWorkplaceViewComponent
The component.
container
Тип: IUnityContainer
The container.
model
Тип: Tessa.UI.Views.Charting.ChartsIChartModel
The model.
placeAreas (Optional)
Тип: System.Collections.GenericIEnumerableIPlaceArea
The place areas.
dataTemplateFunc (Optional)
Тип: SystemFuncIPlaceArea, DataTemplate
The data template func.
ordering (Optional)
Тип: SystemInt32
The ordering.
contentFactory (Optional)
Тип: SystemFuncIWorkplaceViewComponent, Object
The content Factory.
См. также