Class TextBlockXAxisLabel
Chart X Axis text container properties
Inheritance
System.Object
TextBlockXAxisLabel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class TextBlockXAxisLabel : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering
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
AxisLabel
parent
Parent element |
IContainer
container
Container element |
Properties
Text
Contained text data
Declaration
public override string Text { get; set; }
Property Value
System.String
|