Click or drag to resize
ChartMarkingAreaCollectionInsert Method
Insert GridMarker 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,
	ChartMarkingArea item
)

Parameters

index
Type: SystemInt32
Position
item
Type: Kettic.AspNet.Controls.ChartModelChartMarkingArea
GridMarker

Implements

IListTInsert(Int32, T)
See Also