Class TextBlockXAxisLabel
Chart X Axis text container properties
Inheritance
System.Object
TextBlockXAxisLabel
Inherited Members
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public class TextBlockXAxisLabel : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering, IDisposable
Constructors
TextBlockXAxisLabel()
Create new instance of TextBlockXAxisLabel class.
Declaration
public TextBlockXAxisLabel()
TextBlockXAxisLabel(AxisLabel, IContainer)
Create new instance of TextBlockXAxisLabel class.
Declaration
public TextBlockXAxisLabel(AxisLabel parent, IContainer container)
Parameters
Axis Parent element |
IContainer
container
Container element |
Properties
Text
Contained text data
Declaration
public override string Text { get; set; }
Property Value
System.
|