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