Class LegendBase
Inheritance
System.Object
Syncfusion.Blazor.Charts.Internal.ChartRenderer
LegendBase
Assembly: Syncfusion.Blazor.dll
Syntax
public class LegendBase : ChartRenderer
Constructors
LegendBase()
Declaration
Properties
BaseLegendRef
Declaration
protected ILegendMethods BaseLegendRef { get; set; }
Property Value
BorderWidth
Specifies the legend border width.
Declaration
protected double BorderWidth { get; set; }
Property Value
ChartId
Declaration
protected string ChartId { get; set; }
Property Value
ClipPathHeight
Declaration
protected double ClipPathHeight { get; set; }
Property Value
culture
Declaration
protected CultureInfo culture { get; set; }
Property Value
Type |
System.Globalization.CultureInfo |
CurrentPageNumber
Declaration
protected double CurrentPageNumber { get; set; }
Property Value
IsInverse
Enable / Disable for inverse the legend text and symbol.
Declaration
protected bool IsInverse { get; set; }
Property Value
IsPaging
Declaration
protected bool IsPaging { get; set; }
Property Value
IsRTL
Whether find the RTL is enable in the chart.
Declaration
protected bool IsRTL { get; set; }
Property Value
IsVertical
Declaration
protected bool IsVertical { get; set; }
Property Value
LegendTextStyle
Specifies the legendTextStyle.
Declaration
protected ChartFontOptions LegendTextStyle { get; set; }
Property Value
Type |
Syncfusion.Blazor.Charts.Chart.Internal.ChartFontOptions |
LegendTranslateID
Declaration
protected string LegendTranslateID { get; set; }
Property Value
MaxColumns
Declaration
protected double MaxColumns { get; set; }
Property Value
MaxItemHeight
Declaration
protected double MaxItemHeight { get; set; }
Property Value
MaxWidth
Declaration
protected double MaxWidth { get; set; }
Property Value
PageDownID
Declaration
protected string PageDownID { get; set; }
Property Value
PageNumberID
Declaration
protected string PageNumberID { get; set; }
Property Value
PageStartY
Declaration
protected double PageStartY { get; set; }
Property Value
PageUpID
Declaration
protected string PageUpID { get; set; }
Property Value
PageXCollections
Declaration
protected List<double> PageXCollections { get; set; }
Property Value
Type |
System.Collections.Generic.List<System.Double> |
PagingOptions
Declaration
protected List<LegendSymbols> PagingOptions { get; set; }
Property Value
PagingRegions
Declaration
protected List<Rect> PagingRegions { get; set; }
Property Value
Type |
System.Collections.Generic.List<Rect> |
Reverse
Enable / Disable for reverse the legend group order.
Declaration
protected bool Reverse { get; set; }
Property Value
RowCountPerPage
Declaration
protected double RowCountPerPage { get; set; }
Property Value
ThemeStyle
Declaration
protected ChartThemeStyle ThemeStyle { get; set; }
Property Value
Type |
Syncfusion.Blazor.Charts.Chart.Internal.ChartThemeStyle |
TotalPageCount
Declaration
protected double TotalPageCount { get; set; }
Property Value
Declaration
protected string Transform { get; set; }
Property Value