Base class for all labels
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("TextBlock")]
public class ChartBaseLabel : LayoutElement,
IContainer, IActiveRegion, ICloneable |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<DefaultPropertyAttribute("TextBlock")> _
Public Class ChartBaseLabel _
Inherits LayoutElement _
Implements IContainer, IActiveRegion, ICloneable |
Inheritance Hierarchy
See Also