Base class for extended labels
Namespace: Telerik.ChartingAssembly: Telerik.WinControls.RadChart (in Telerik.WinControls.RadChart.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
[DefaultPropertyAttribute("Items")]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ExtendedLabel : ChartBaseLabel |
| Visual Basic |
|---|
<DefaultPropertyAttribute("Items")> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class ExtendedLabel _
Inherits ChartBaseLabel |
Inheritance Hierarchy
See Also