Interface
ILegendRenderer

Defines the contract for legend rendering functionality in chart controls.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public interface ILegendRenderer

Methods

UpdateLegendItemsFontColor(Color)

Updates the font color of the legend item text.

Declaration

cs-api-definition
void UpdateLegendItemsFontColor(Color color)

Parameters

color

Color

The Color for the legend item text.

UpdateLegendItemsFontSize(double)

Updates the font size of the legend item text.

Declaration

cs-api-definition
void UpdateLegendItemsFontSize(double size)

Parameters

size

double

The font size value.

UpdateLegendItemsIconSize(Size)

Updates the size of the legend item icons.

Declaration

cs-api-definition
void UpdateLegendItemsIconSize(Size size)

Parameters

size

Size

The Size of the legend item icons.

UpdateLegendOrientation(LegendOrientation)

Updates the orientation of the legend.

Declaration

cs-api-definition
void UpdateLegendOrientation(LegendOrientation orientation)

Parameters

orientation

LegendOrientation

The LegendOrientation value specifying the legend orientation.

UpdateLegendProvider()

Updates the legend provider that supplies legend data.

Declaration

cs-api-definition
void UpdateLegendProvider()