ILegendRenderer
Interface
Defines the contract for legend rendering functionality in chart controls.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public interface ILegendRenderer
Derived Classes:
Methods
Updates the font color of the legend item text.
C#
void UpdateLegendItemsFontColor(Color color)
The Color for the legend item text.
Updates the font size of the legend item text.
Updates the size of the legend item icons.
C#
void UpdateLegendItemsIconSize(Size size)
The Size of the legend item icons.
Updates the orientation of the legend.
C#
void UpdateLegendOrientation(LegendOrientation orientation)
The LegendOrientation value specifying the legend orientation.
Updates the legend provider that supplies legend data.
C#
void UpdateLegendProvider()