Class BaseLegend
Inheritance
System.Object
BaseLegend
Assembly: Syncfusion.Blazor.dll
Syntax
public class BaseLegend : Object
Properties
BaseLegendRef
Declaration
protected ILegendBaseMethods BaseLegendRef { get; set; }
Property Value
BorderWidth
Specifies the legend border width.
Declaration
protected double BorderWidth { 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 |
CurrentPage
Declaration
protected double CurrentPage { get; set; }
Property Value
CurrentPageNumber
Declaration
protected double CurrentPageNumber { get; set; }
Property Value
EnableCanvas
Declaration
protected bool EnableCanvas { 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
Check whether RTL is enabled in parent component.
Declaration
protected bool IsRTL { get; set; }
Property Value
IsVertical
Declaration
protected bool IsVertical { get; set; }
Property Value
LegendID
Declaration
protected string LegendID { get; set; }
Property Value
LegendTextStyle
Specifies the legend textStyle.
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
PageButtonSize
Declaration
protected double PageButtonSize { 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> |
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
TotalNoOfPages
Declaration
protected double TotalNoOfPages { get; set; }
Property Value
TotalPageCount
Declaration
protected double TotalPageCount { get; set; }
Property Value
Declaration
protected string Transform { get; set; }
Property Value
Methods
SetBounds(Double, Double, ILegend)
Declaration
protected void SetBounds(double computedWidth, double computedHeight, ILegend legend)
Parameters
Type |
Name |
Description |
System.Double |
computedWidth |
|
System.Double |
computedHeight |
|
ILegend |
legend |
|