New to Telerik ReportingStart a free 30-day trial

Chart X Axis text container properties

Definition

Constructors

Create new instance of TextBlockXAxisLabel class.

C#
public TextBlockXAxisLabel()

Create new instance of TextBlockXAxisLabel class.

C#
public TextBlockXAxisLabel(AxisLabel parent, IContainer container)
Parameters:parentAxisLabel

Parent element

containerIContainer

Container element

Properties

Text

string

Contained text data

C#
[PersistenceMode(PersistenceMode.Attribute)]
public override string Text { get; set; }

Overrides: TextBlock.Text