LabelItem
Class
Base class for labels in label collection
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class LabelItem : ChartLabel, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer
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.
C#
public LabelItem(object parent)
Parent element
New instance of LabelItem class.
C#
public LabelItem(string text)
Text of label
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.
Properties
Name
string
Gets and sets Label name in collection
C#
public string Name { get; set; }
Name of label