Class
TextBlockLabelItem

Legend item's text block

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TextBlockLabelItem : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering

Inheritance: objectStateManagedObjectRenderedObjectLayoutElementTextBlockTextBlockLabelItem

Implements: IChartingStateManagedItemIChartingStateManagerIOrdering

Inherited Members TextBlock.textBlockCalculatedMaxLengthTextBlock.textBlockParentTextBlock.DEFAULT_TEXTTextBlock.CopyFrom(TextBlock)TextBlock.VisibleTextBlock.ParentTextBlock.TextTextBlock.AppearanceLayoutElement.GetOffsetLeft(object)LayoutElement.GetOffsetTop(object)LayoutElement.GetOffsetRight(object)LayoutElement.GetOffsetBottom(object)LayoutElement.TrackViewState()LayoutElement.LoadViewState(object)LayoutElement.SaveViewState()RenderedObject.objectContainerRenderedObject.GetOrder()RenderedObject.SetOrder(int)RenderedObject.Remove()RenderedObject.BringForward()RenderedObject.BringToFront()RenderedObject.SendBackward()RenderedObject.SendToBack()RenderedObject.ContainerStateManagedObject.CloneState()StateManagedObject.SetDirty()StateManagedObject.ViewStateIgnoresCase

Constructors

TextBlockLabelItem()

Create new instance of TextBlockLabelItem class.

Declaration

cs-api-definition
public TextBlockLabelItem()

TextBlockLabelItem(ChartBaseLabel, IContainer)

Create new instance of TextBlockLabelItem class.

Declaration

cs-api-definition
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container)

Parameters

parent

ChartBaseLabel

Parent element

container

IContainer

Container element

TextBlockLabelItem(ChartBaseLabel, IContainer, StyleTextBlock)

Create new instance of TextBlockLabelItem class.

Declaration

cs-api-definition
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container, StyleTextBlock appearance)

Parameters

parent

ChartBaseLabel

Parent element

container

IContainer

Container element

appearance

StyleTextBlock

Style of TextBlock

TextBlockLabelItem(ChartBaseLabel, IContainer, StyleTextBlock, string)

Create new instance of TextBlockLabelItem class.

Declaration

cs-api-definition
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container, StyleTextBlock appearance, string text)

Parameters

parent

ChartBaseLabel

Parent element

container

IContainer

Container element

appearance

StyleTextBlock

Style of TextBlock

text

string

Text

TextBlockLabelItem(ChartBaseLabel, IContainer, string)

Create new instance of TextBlockLabelItem class.

Declaration

cs-api-definition
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container, string text)

Parameters

parent

ChartBaseLabel

Parent element

container

IContainer

Container element

text

string

Text

TextBlockLabelItem(StyleTextBlock)

Create new instance of TextBlockLabelItem class.

Declaration

cs-api-definition
public TextBlockLabelItem(StyleTextBlock appearance)

Parameters

appearance

StyleTextBlock

Style of TextBlock

TextBlockLabelItem(StyleTextBlock, string)

Create new instance of TextBlockLabelItem class.

Declaration

cs-api-definition
public TextBlockLabelItem(StyleTextBlock appearance, string text)

Parameters

appearance

StyleTextBlock

Style of chart

text

string

Text

TextBlockLabelItem(string)

Create new instance of TextBlockLabelItem class.

Declaration

cs-api-definition
public TextBlockLabelItem(string text)

Parameters

text

string

Text