ClassTextBlockLabelItem
Legend item's text block
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TextBlockLabelItem : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementTextBlockTextBlockLabelItem
Implements:
Inherited Members
Constructors
TextBlockLabelItem()
Create new instance of TextBlockLabelItem class.
Declaration
public TextBlockLabelItem()
TextBlockLabelItem(ChartBaseLabel, IContainer)
Create new instance of TextBlockLabelItem class.
Declaration
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container)
Parameters
parent
Parent element
container
Container element
TextBlockLabelItem(ChartBaseLabel, IContainer, StyleTextBlock)
Create new instance of TextBlockLabelItem class.
Declaration
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container, StyleTextBlock appearance)
Parameters
parent
Parent element
container
Container element
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
parent
Parent element
container
Container element
appearance
Style of TextBlock
text
Text
TextBlockLabelItem(ChartBaseLabel, IContainer, string)
Create new instance of TextBlockLabelItem class.
Declaration
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container, string text)
Parameters
parent
Parent element
container
Container element
text
Text
TextBlockLabelItem(StyleTextBlock)
Create new instance of TextBlockLabelItem class.
Declaration
public TextBlockLabelItem(StyleTextBlock appearance)
Parameters
appearance
Style of TextBlock
TextBlockLabelItem(StyleTextBlock, string)
Create new instance of TextBlockLabelItem class.
Declaration
public TextBlockLabelItem(StyleTextBlock appearance, string text)
Parameters
appearance
Style of chart
text
Text
TextBlockLabelItem(string)
Create new instance of TextBlockLabelItem class.