Click or drag to resize
ExtendedLabelCollectionBaseItem Property
Gets and sets LabelItem in specified index

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 virtual ChartLabelItem this[
	int itemIndex
] { get; set; }

Parameters

itemIndex
Type: SystemInt32
Item position

Property Value

Type: ChartLabelItem
Item to set at specified position

Return Value

Type: ChartLabelItem
Item at specified position
See Also