Click or drag to resize
ChartLabelItem Class
Label item in Chart label collection
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 ChartLabelItem : ChartLabel

The ChartLabelItem type exposes the following members.

Constructors
  NameDescription
Public methodChartLabelItem
New instance of LabelItem class.
Public methodChartLabelItem(Object)
New instance of LabelItem class.
Public methodChartLabelItem(String)
New instance of LabelItem class.
Public methodChartLabelItem(LabelStyle)
New instance of LabelItem class.
Public methodChartLabelItem(LabelStyle, TextBlockLabelItem)
New instance of LabelItem class.
Public methodChartLabelItem(LabelStyle, Object)
New instance of LabelItem class.
Public methodChartLabelItem(LabelStyle, String)
New instance of LabelItem class.
Public methodChartLabelItem(Object, LabelStyle, TextBlockLabelItem, String)
New instance of LabelItem class.
Top
Properties
  NameDescription
Public propertyName
Gets and sets Label name
Top
See Also