| ChartLabelBase Class |
Namespace: Kettic.AspNet.Controls.ChartModel
The ChartLabelBase type exposes the following members.
| Name | Description | |
|---|---|---|
| ChartLabelBase |
Create new instance of ChartBaseLabel class.
| |
| ChartLabelBase(Object) |
Create new instance of ChartBaseLabel class.
| |
| ChartLabelBase(String) |
Create new instance of ChartBaseLabel class.
| |
| ChartLabelBase(IContainer) |
Create new instance of ChartBaseLabel class.
| |
| ChartLabelBase(TextArea) |
Create new instance of ChartBaseLabel class.
| |
| ChartLabelBase(Object, IContainer) |
Create new instance of ChartBaseLabel class.
| |
| ChartLabelBase(Object, IContainer, TextArea) |
Create new instance of ChartBaseLabel class.
| |
| ChartLabelBase(Object, IContainer, TextArea, LocatingStyle) |
Create new instance of ChartBaseLabel class.
|
| Name | Description | |
|---|---|---|
| Add |
Add element at the end of list
| |
| Clone |
Clone this object
| |
| GetOrder |
Gets elements order position
| |
| Insert |
Insert element at specific position in list
| |
| ReIndex |
Re-index order list
| |
| Remove |
Remove element from list
| |
| RemoveAt |
Remove element from list by it's index
|
| Name | Description | |
|---|---|---|
| ActiveRegion |
Gets and sets active region of label
| |
| Marker |
Visible marker of label
| |
| NextPosition |
Gets a next free order position
| |
| OrderList |
List, that represent the render order for taken up elements
| |
| Parent |
Gets and sets parent element of label
| |
| Text |
Contained text area data
| |
| TextArea |
Text area in label
| |
| Visible |
Gets and sets a boolean value indicates the label's visibility
|