InterfaceILegendInfoProvider
Interface
Represents provider for LegendItem objects.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface ILegendInfoProvider
Derived Classes:
Properties
LegendInfos
Gets a collection of LegendItem objects that hold the information required to display legend.
Declaration
cs-api-definition
LegendItemCollection LegendInfos { get; }
Property Value