Click or drag to resize
ExtendedLabelCollectionBaseAddLabel Method (ChartLabelItem, ChartLabelItem)
Add labels

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 void AddLabel(
	ChartLabelItem Label,
	params ChartLabelItem[] chartLabels
)

Parameters

Label
Type: Kettic.AspNet.Controls.ChartModelChartLabelItem
The label to add
chartLabels
Type: Kettic.AspNet.Controls.ChartModelChartLabelItem
Labels to add, this is optional
See Also