Click or drag to resize
ChartLabelBase Class
Base class for all labels with text
Inheritance Hierarchy

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ChartLabelBase : LocatingElement, 
	IContainer, IActiveRegion, ICloneable

The ChartLabelBase type exposes the following members.

Constructors
  NameDescription
Public methodChartLabelBase
Create new instance of ChartBaseLabel class.
Public methodChartLabelBase(Object)
Create new instance of ChartBaseLabel class.
Public methodChartLabelBase(String)
Create new instance of ChartBaseLabel class.
Public methodChartLabelBase(IContainer)
Create new instance of ChartBaseLabel class.
Public methodChartLabelBase(TextArea)
Create new instance of ChartBaseLabel class.
Public methodChartLabelBase(Object, IContainer)
Create new instance of ChartBaseLabel class.
Public methodChartLabelBase(Object, IContainer, TextArea)
Create new instance of ChartBaseLabel class.
Public methodChartLabelBase(Object, IContainer, TextArea, LocatingStyle)
Create new instance of ChartBaseLabel class.
Top
Methods
  NameDescription
Public methodAdd
Add element at the end of list
Public methodClone
Clone this object
Public methodGetOrder
Gets elements order position
Public methodInsert
Insert element at specific position in list
Public methodReIndex
Re-index order list
Public methodRemove
Remove element from list
Public methodRemoveAt
Remove element from list by it's index
Top
Properties
  NameDescription
Public propertyActiveRegion
Gets and sets active region of label
Public propertyMarker
Visible marker of label
Public propertyNextPosition
Gets a next free order position
Public propertyOrderList
List, that represent the render order for taken up elements
Public propertyParent
Gets and sets parent element of label
Public propertyText
Contained text area data
Public propertyTextArea
Text area in label
Public propertyVisible
Gets and sets a boolean value indicates the label's visibility
Top
See Also