Namespace:  C1.Web.C1WebChartBase
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
protected override void OnInsert(
	int index,
	Object value
)
Visual Basic
Protected Overrides Sub OnInsert ( _
	index As Integer, _
	value As Object _
)

Parameters

index
Type: System..::..Int32
value
Type: System..::..Object

See Also