LabelItem
Class
Base class for labels in label collection
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class LabelItem : ChartLabel, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer, ICloneable
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementChartBaseLabelChartLabelLabelItem...
Derived Classes:
Implements:
Inherited Members
Constructors
New instance of LabelItem class.
C#
public LabelItem()
New instance of LabelItem class.
C#
public LabelItem(object parent, StyleLabel appearance, TextBlockLabelItem textBlock, string text)
Parent element
appearanceStyleLabelStyle of chart
textBlockTextBlockLabelItemTextBlock
textstringText of label
New instance of LabelItem class.
New instance of LabelItem class.
New instance of LabelItem class.
C#
public LabelItem(StyleLabel appearance, object parent)
Style of label
parentobjectParent element
New instance of LabelItem class.
C#
public LabelItem(StyleLabel appearance, string text)
Style of chart
textstringText
New instance of LabelItem class.
C#
public LabelItem(StyleLabel appearance, TextBlockLabelItem textBlock)
Style of chart
textBlockTextBlockLabelItemTextBlock
New instance of LabelItem class.