Class TextBlockYAxisLabel
Chart Y Axis text container properties
Inheritance
System.Object
TextBlockYAxisLabel
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 TextBlockYAxisLabel : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering
Constructors
TextBlockYAxisLabel()
Create new instance of TextBlockYAxisLabel class.
Declaration
public TextBlockYAxisLabel()
TextBlockYAxisLabel(AxisYLabel, IContainer)
Create new instance of TextBlockYAxisLabel class.
Declaration
public TextBlockYAxisLabel(AxisYLabel parent, IContainer container)
Parameters
AxisYLabel
parent
Parent element |
IContainer
container
Container element |
Properties
Text
Contained text data
Declaration
public override string Text { get; set; }
Property Value
System.String
|