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