Interface ILegendRenderer
Defines the contract for legend rendering functionality in chart controls.
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public interface ILegendRenderer
Methods
UpdateLegendItemsFontColor(Color)
Updates the font color of the legend item text.
Declaration
void UpdateLegendItemsFontColor(Color color)
Parameters
Microsoft.Maui.Graphics.Color
color
The Microsoft.Maui.Graphics.Color for the legend item text. |
UpdateLegendItemsFontSize(Double)
Updates the font size of the legend item text.
Declaration
void UpdateLegendItemsFontSize(double size)
Parameters
System.Double
size
The font size value. |
UpdateLegendItemsIconSize(Size)
Updates the size of the legend item icons.
Declaration
void UpdateLegendItemsIconSize(Size size)
Parameters
Microsoft.Maui.Graphics.Size
size
The Microsoft.Maui.Graphics.Size of the legend item icons. |
UpdateLegendOrientation(LegendOrientation)
Updates the orientation of the legend.
Declaration
void UpdateLegendOrientation(LegendOrientation orientation)
Parameters
LegendOrientation
orientation
The LegendOrientation value specifying the legend orientation. |
UpdateLegendProvider()
Updates the legend provider that supplies legend data.
Declaration
void UpdateLegendProvider()