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