Class TextBlockLabelItem
Legend item's text block
Inheritance
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class TextBlockLabelItem : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering
Constructors
TextBlockLabelItem()
Create new instance of TextBlockLabelItem class.
Declaration
public TextBlockLabelItem()
TextBlockLabelItem(String)
Create new instance of TextBlockLabelItem class.
Declaration
public TextBlockLabelItem(string text)
Parameters
System.String
text
Text |
TextBlockLabelItem(ChartBaseLabel, IContainer)
Create new instance of TextBlockLabelItem class.
Declaration
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container)
Parameters
ChartBaseLabel
parent
Parent element |
IContainer
container
Container element |
TextBlockLabelItem(ChartBaseLabel, IContainer, String)
Create new instance of TextBlockLabelItem class.
Declaration
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container, string text)
Parameters
ChartBaseLabel
parent
Parent element |
IContainer
container
Container element |
System.String
text
Text |
TextBlockLabelItem(ChartBaseLabel, IContainer, StyleTextBlock)
Create new instance of TextBlockLabelItem class.
Declaration
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container, StyleTextBlock appearance)
Parameters
ChartBaseLabel
parent
Parent element |
IContainer
container
Container element |
StyleTextBlock
appearance
Style of TextBlock |
TextBlockLabelItem(ChartBaseLabel, IContainer, StyleTextBlock, String)
Create new instance of TextBlockLabelItem class.
Declaration
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container, StyleTextBlock appearance, string text)
Parameters
ChartBaseLabel
parent
Parent element |
IContainer
container
Container element |
StyleTextBlock
appearance
Style of TextBlock |
System.String
text
Text |
TextBlockLabelItem(StyleTextBlock)
Create new instance of TextBlockLabelItem class.
Declaration
public TextBlockLabelItem(StyleTextBlock appearance)
Parameters
StyleTextBlock
appearance
Style of TextBlock |
TextBlockLabelItem(StyleTextBlock, String)
Create new instance of TextBlockLabelItem class.
Declaration
public TextBlockLabelItem(StyleTextBlock appearance, string text)
Parameters
StyleTextBlock
appearance
Style of chart |
System.String
text
Text |