LegendRenderer
Class
Definition
Namespace:Telerik.Maui.Controls.Compatibility.ChartRenderer.Android
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public class LegendRenderer : AndroidRendererBase<RadLegend, RadLegendView>, ILegendRenderer, ICollectionChangeListener, IJavaObject, IDisposable, IJavaPeerable
Inheritance: objectAndroidRendererBase<RadLegend, RadLegendView>LegendRenderer
Implements:
Inherited Members
Constructors
C#
public LegendRenderer(Context context)
Methods
C#
public void CollectionChanged(CollectionChangedEvent p0)
C#
protected override void OnElementPropertyChanged(object sender, PropertyChangedEventArgs e)
Updates the font color of the legend item text.
C#
public void UpdateLegendItemsFontColor(Color color)
The Color for the legend item text.
Implements:
Updates the font size of the legend item text.
C#
public void UpdateLegendItemsFontSize(double size)
The font size value.
Implements:
Updates the size of the legend item icons.
C#
public void UpdateLegendItemsIconSize(Size size)
The Size of the legend item icons.
Implements:
Updates the orientation of the legend.
C#
public void UpdateLegendOrientation(LegendOrientation orientation)
The LegendOrientation value specifying the legend orientation.
Implements:
Updates the legend provider that supplies legend data.
C#
public void UpdateLegendProvider()
Implements: