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