Click or drag to resize
ChartLabelsCollectionInsert Method
Insert LabelItem in collection at the specific position

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override void Insert(
	int index,
	ChartLabelItem item
)

Parameters

index
Type: SystemInt32
Position
item
Type: Kettic.AspNet.Controls.ChartModelChartLabelItem
LabelItem

Implements

IListTInsert(Int32, T)
See Also