ExtendedLabelCollectionBaseAddLabel Method (ChartLabelsCollection) |
Add labels
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void AddLabel(
ChartLabelsCollection chartLabels
)
Public Sub AddLabel (
chartLabels As ChartLabelsCollection
)
public:
void AddLabel(
ChartLabelsCollection^ chartLabels
)
member AddLabel :
chartLabels : ChartLabelsCollection -> unit
Parameters
- chartLabels
- Type: Kettic.AspNet.Controls.ChartModelChartLabelsCollection
Inside labels to add
See Also