New to Telerik ReportingStart a free 30-day trial

Legend item's text block

Definition

Constructors

Create new instance of TextBlockLabelItem class.

C#
public TextBlockLabelItem()

Create new instance of TextBlockLabelItem class.

C#
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container, string text)
Parameters:parentChartBaseLabel

Parent element

containerIContainer

Container element

textstring

Text

Create new instance of TextBlockLabelItem class.

C#
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container, StyleTextBlock appearance, string text)
Parameters:parentChartBaseLabel

Parent element

containerIContainer

Container element

appearanceStyleTextBlock

Style of TextBlock

textstring

Text

Create new instance of TextBlockLabelItem class.

C#
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container, StyleTextBlock appearance)
Parameters:parentChartBaseLabel

Parent element

containerIContainer

Container element

appearanceStyleTextBlock

Style of TextBlock

Create new instance of TextBlockLabelItem class.

C#
public TextBlockLabelItem(ChartBaseLabel parent, IContainer container)
Parameters:parentChartBaseLabel

Parent element

containerIContainer

Container element

Create new instance of TextBlockLabelItem class.

C#
public TextBlockLabelItem(string text)
Parameters:textstring

Text

Create new instance of TextBlockLabelItem class.

C#
public TextBlockLabelItem(StyleTextBlock appearance, string text)
Parameters:appearanceStyleTextBlock

Style of chart

textstring

Text

Create new instance of TextBlockLabelItem class.

C#
public TextBlockLabelItem(StyleTextBlock appearance)
Parameters:appearanceStyleTextBlock

Style of TextBlock