Class BindableLegendItem
Class for bindable legend items
Inheritance
System.Object
BindableLegendItem
Inherited Members
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public class BindableLegendItem : LabelItem, IChartingStateManagedItem, IChartingStateManager, IDisposable, IOrdering, IContainer, IActiveRegion, ICloneable
Properties
BindableLegendItemSource
Source object item bound to
Declaration
public object BindableLegendItemSource { get; set; }
Property Value
System.Object
|