InterfaceILegendInfoProvider
Interface
Represents provider for LegendItem objects.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public interface ILegendInfoProvider
Properties
LegendInfos
Collection of LegendItem objects that hold the information required to display legend.
Declaration
cs-api-definition
LegendItemCollection LegendInfos { get; }
Property Value