Class LabelItem
Base class for labels in label collection
Inheritance
Inherited Members
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public class LabelItem : ChartLabel, IChartingStateManagedItem, IChartingStateManager, IDisposable, IOrdering, IContainer, IActiveRegion, ICloneable
Constructors
LabelItem()
New instance of LabelItem class.
Declaration
public LabelItem()
LabelItem(Object)
New instance of LabelItem class.
Declaration
public LabelItem(object parent)
Parameters
System. Parent element |
LabelItem(Object, StyleLabel, TextBlockLabelItem, String)
New instance of LabelItem class.
Declaration
public LabelItem(object parent, StyleLabel appearance, TextBlockLabelItem textBlock, string text)
Parameters
System. Parent element |
Style Style of chart |
Text TextBlock |
System. Text of label |
LabelItem(String)
New instance of LabelItem class.
Declaration
public LabelItem(string text)
Parameters
System. Text of label |
LabelItem(StyleLabel)
New instance of LabelItem class.
Declaration
public LabelItem(StyleLabel appearance)
Parameters
Style Style of label |
LabelItem(StyleLabel, Object)
New instance of LabelItem class.
Declaration
public LabelItem(StyleLabel appearance, object parent)
Parameters
Style Style of label |
System. Parent element |
LabelItem(StyleLabel, String)
New instance of LabelItem class.
Declaration
public LabelItem(StyleLabel appearance, string text)
Parameters
Style Style of chart |
System. Text |
LabelItem(StyleLabel, TextBlockLabelItem)
New instance of LabelItem class.
Declaration
public LabelItem(StyleLabel appearance, TextBlockLabelItem textBlock)
Parameters
Style Style of chart |
Text TextBlock |
Properties
Name
Gets and sets Label name in collection
Declaration
public string Name { get; set; }
Property Value
System. Name of label |