Click or drag to resize
ExtendedLabelCollectionBase Class
Extended label in Chart, it may contain a number of labels
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 ExtendedLabelCollectionBase : ChartLabelBase

The ExtendedLabelCollectionBase type exposes the following members.

Constructors
  NameDescription
Public methodExtendedLabelCollectionBase
Create new instance of Extended label class.
Public methodExtendedLabelCollectionBase(Object)
Create new instance of Extended label class.
Public methodExtendedLabelCollectionBase(String)
Create new instance of Extended label class.
Public methodExtendedLabelCollectionBase(ExtendedLabelCollectionStyle)
Create new instance of Extended label class.
Public methodExtendedLabelCollectionBase(TextArea)
Create new instance of Extended label class.
Public methodExtendedLabelCollectionBase(ExtendedLabelCollectionStyle, Object)
Create new instance of Extended label class.
Public methodExtendedLabelCollectionBase(ExtendedLabelCollectionStyle, String)
Create new instance of Extended label class.
Public methodExtendedLabelCollectionBase(Object, IContainer, TextArea)
Create new instance of Extended label class.
Public methodExtendedLabelCollectionBase(Object, IContainer, ExtendedLabelCollectionStyle, TextArea, String)
Create new instance of Extended label class.
Top
Methods
Properties
  NameDescription
Public propertyItem
Gets and sets LabelItem in specified index
Public propertyLabels
Label collection.
Public propertyStyleSet
Gets style of label
Top
See Also