Class RadLegend
Represents a legend control for displaying chart series information. This control extends RadView to provide legend functionality for chart controls.
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class RadLegend : RadView, IView, IElement, ITransform
Constructors
RadLegend()
Declaration
public RadLegend()
Fields
LegendItemFontColorProperty
Identifies the LegendItemFontColor bindable property.
Declaration
public static readonly BindableProperty LegendItemFontColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LegendItemFontSizeProperty
Identifies the LegendItemFontSize bindable property.
Declaration
public static readonly BindableProperty LegendItemFontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LegendItemIconSizeProperty
Identifies the LegendItemIconSize bindable property.
Declaration
public static readonly BindableProperty LegendItemIconSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LegendProviderProperty
Identifies the LegendProvider bindable property.
Declaration
public static readonly BindableProperty LegendProviderProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
OrientationProperty
Identifies the Orientation bindable property.
Declaration
public static readonly BindableProperty OrientationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
LegendItemFontColor
Gets or sets the font color for legend item text.
Declaration
public Color LegendItemFontColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
A Microsoft.Maui.Graphics.Color value that defines the text color of legend items. |
LegendItemFontSize
Gets or sets the font size for legend item text.
Declaration
public double LegendItemFontSize { get; set; }
Property Value
System.Double
A System.Double value representing the font size in device-independent units. The default value is 15. |
LegendItemIconSize
Gets or sets the size of the legend item icons.
Declaration
public Size LegendItemIconSize { get; set; }
Property Value
Microsoft.Maui.Graphics.Size
A Microsoft.Maui.Graphics.Size structure that defines the width and height of legend item icons. The default value is 20x20. |
LegendProvider
Gets or sets the chart that provides legend information.
Declaration
public RadChartBase LegendProvider { get; set; }
Property Value
RadChartBase
A RadChartBase instance that serves as the legend provider. |
Orientation
Gets or sets the orientation of the legend items.
Declaration
public LegendOrientation Orientation { get; set; }
Property Value
LegendOrientation
A LegendOrientation value that determines how legend items are arranged. The default value is Vertical. |