Class for bindable legend items
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 BindableLegendItem : LabelItem |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<DefaultPropertyAttribute("TextBlock")> _
Public Class BindableLegendItem _
Inherits LabelItem |
Inheritance Hierarchy
See Also