Interface ILegendRenderer
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public interface ILegendRenderer
Methods
UpdateLegendItemsFontColor(Color)
Declaration
void UpdateLegendItemsFontColor(Color color)
Parameters
Microsoft.Maui.Graphics.Color
color
|
UpdateLegendItemsFontSize(Double)
Declaration
void UpdateLegendItemsFontSize(double size)
Parameters
System.Double
size
|
UpdateLegendItemsIconSize(Size)
Declaration
void UpdateLegendItemsIconSize(Size size)
Parameters
Microsoft.Maui.Graphics.Size
size
|
UpdateLegendOrientation(LegendOrientation)
Declaration
void UpdateLegendOrientation(LegendOrientation orientation)
Parameters
LegendOrientation
orientation
|
UpdateLegendProvider()
Declaration
void UpdateLegendProvider()