| ExtendedLabelCollectionBase Class |
Namespace: Kettic.AspNet.Controls.ChartModel
The ExtendedLabelCollectionBase type exposes the following members.
| Name | Description | |
|---|---|---|
| ExtendedLabelCollectionBase |
Create new instance of Extended label class.
| |
| ExtendedLabelCollectionBase(Object) |
Create new instance of Extended label class.
| |
| ExtendedLabelCollectionBase(String) |
Create new instance of Extended label class.
| |
| ExtendedLabelCollectionBase(ExtendedLabelCollectionStyle) |
Create new instance of Extended label class.
| |
| ExtendedLabelCollectionBase(TextArea) |
Create new instance of Extended label class.
| |
| ExtendedLabelCollectionBase(ExtendedLabelCollectionStyle, Object) |
Create new instance of Extended label class.
| |
| ExtendedLabelCollectionBase(ExtendedLabelCollectionStyle, String) |
Create new instance of Extended label class.
| |
| ExtendedLabelCollectionBase(Object, IContainer, TextArea) |
Create new instance of Extended label class.
| |
| ExtendedLabelCollectionBase(Object, IContainer, ExtendedLabelCollectionStyle, TextArea, String) |
Create new instance of Extended label class.
|
| Name | Description | |
|---|---|---|
| AddLabel(ChartLabelItem) |
Add label array
| |
| AddLabel(ListChartLabelItem) |
Add a label list
| |
| AddLabel(ChartLabelsCollection) |
Add labels
| |
| AddLabel(ChartLabelItem, ChartLabelItem) |
Add labels
| |
| Clear |
Removes all LabelItems
| |
| GetLabel |
Get label in specified index
| |
| RemoveAllLabels |
Removes all labels
| |
| RemoveLabel(Int32, Int32) |
Removes the specified label
| |
| RemoveLabel(ChartLabelItem, ChartLabelItem) |
Removes the specified label
|
| Name | Description | |
|---|---|---|
| Item |
Gets and sets LabelItem in specified index
| |
| Labels |
Label collection.
| |
| StyleSet |
Gets style of label
|