TextBlockXAxisLabel
Class
Chart X Axis text container properties
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TextBlockXAxisLabel : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementTextBlockTextBlockXAxisLabel...
Implements:
Inherited Members
Constructors
Create new instance of TextBlockXAxisLabel class.
C#
public TextBlockXAxisLabel()
Create new instance of TextBlockXAxisLabel class.
C#
public TextBlockXAxisLabel(AxisLabel parent, IContainer container)
Parent element
containerIContainerContainer element
Properties
Text
string
Contained text data
C#
[PersistenceMode(PersistenceMode.Attribute)]
public override string Text { get; set; }
Overrides: