Chart legend. Shows the series names or series labels listing. Can contains custom items.
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("Items")]
public class ChartLegend : ExtendedLabel |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<DefaultPropertyAttribute("Items")> _
Public Class ChartLegend _
Inherits ExtendedLabel |
Inheritance Hierarchy
See Also