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