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