Chart Y Axis text container properties
Namespace: Telerik.ChartingAssembly: Telerik.WinControls.RadChart (in Telerik.WinControls.RadChart.dll) Version: 2013.2.612.40 (2013.2.612.40)
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[DefaultPropertyAttribute("Text")]
public class TextBlockYAxisLabel : TextBlock |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<DefaultPropertyAttribute("Text")> _
Public Class TextBlockYAxisLabel _
Inherits TextBlock |
Inheritance Hierarchy
See Also