TextBlockLabelItem
Legend item's text block
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TextBlockLabelItem : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementTextBlockTextBlockLabelItem...
Implements:
Inherited Members
Constructors
Create new instance of TextBlockLabelItem class.
public TextBlockLabelItem()
Create new instance of TextBlockLabelItem class.
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container, string text)
Parent element
containerIContainerContainer element
textstringText
Create new instance of TextBlockLabelItem class.
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container, StyleTextBlock appearance, string text)
Parent element
containerIContainerContainer element
appearanceStyleTextBlockStyle of TextBlock
textstringText
Create new instance of TextBlockLabelItem class.
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container, StyleTextBlock appearance)
Parent element
containerIContainerContainer element
appearanceStyleTextBlockStyle of TextBlock
Create new instance of TextBlockLabelItem class.
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container)
Parent element
containerIContainerContainer element
Create new instance of TextBlockLabelItem class.
public TextBlockLabelItem(string text)
Text
Create new instance of TextBlockLabelItem class.
public TextBlockLabelItem(StyleTextBlock appearance, string text)
Style of chart
textstringText
Create new instance of TextBlockLabelItem class.
public TextBlockLabelItem(StyleTextBlock appearance)
Style of TextBlock