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