Class RadLegend
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
Declaration
public static readonly BindableProperty LegendItemFontColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LegendItemFontSizeProperty
Declaration
public static readonly BindableProperty LegendItemFontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LegendItemIconSizeProperty
Declaration
public static readonly BindableProperty LegendItemIconSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LegendProviderProperty
Declaration
public static readonly BindableProperty LegendProviderProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
OrientationProperty
Declaration
public static readonly BindableProperty OrientationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
LegendItemFontColor
Declaration
public Color LegendItemFontColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
LegendItemFontSize
Declaration
public double LegendItemFontSize { get; set; }
Property Value
System.Double
|
LegendItemIconSize
Declaration
public Size LegendItemIconSize { get; set; }
Property Value
Microsoft.Maui.Graphics.Size
|