Class TextBlockYAxisLabel
Chart Y Axis text container properties
Inheritance
System.Object
TextBlockYAxisLabel
Inherited Members
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public class TextBlockYAxisLabel : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering, IDisposable
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
Axis Parent element |
IContainer
container
Container element |
Properties
Text
Contained text data
Declaration
public override string Text { get; set; }
Property Value
System.
|