Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendBase - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LegendBase

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.Internal.ChartRenderer
    LegendBase
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LegendBase : ChartRenderer

    Constructors

    LegendBase()

    Declaration
    public LegendBase()

    Properties

    BaseLegendRef

    Declaration
    protected ILegendMethods BaseLegendRef { get; set; }
    Property Value
    Type Description
    ILegendMethods

    BorderWidth

    Specifies the legend border width.

    Declaration
    protected double BorderWidth { get; set; }
    Property Value
    Type Description
    System.Double

    ChartId

    Declaration
    protected string ChartId { get; set; }
    Property Value
    Type Description
    System.String

    ClipPathHeight

    Declaration
    protected double ClipPathHeight { get; set; }
    Property Value
    Type Description
    System.Double

    culture

    Declaration
    protected CultureInfo culture { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo

    CurrentPageNumber

    Declaration
    protected double CurrentPageNumber { get; set; }
    Property Value
    Type Description
    System.Double

    IsInverse

    Enable / Disable for inverse the legend text and symbol.

    Declaration
    protected bool IsInverse { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsPaging

    Declaration
    protected bool IsPaging { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsRTL

    Whether find the RTL is enable in the chart.

    Declaration
    protected bool IsRTL { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsVertical

    Declaration
    protected bool IsVertical { get; set; }
    Property Value
    Type Description
    System.Boolean

    LegendCollection

    Declaration
    protected List<LegendOption> LegendCollection { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Syncfusion.Blazor.Charts.Chart.Internal.LegendOption>

    LegendTextStyle

    Specifies the legendTextStyle.

    Declaration
    protected ChartFontOptions LegendTextStyle { get; set; }
    Property Value
    Type Description
    Syncfusion.Blazor.Charts.Chart.Internal.ChartFontOptions

    LegendTranslateID

    Declaration
    protected string LegendTranslateID { get; set; }
    Property Value
    Type Description
    System.String

    MaxColumns

    Declaration
    protected double MaxColumns { get; set; }
    Property Value
    Type Description
    System.Double

    MaxItemHeight

    Declaration
    protected double MaxItemHeight { get; set; }
    Property Value
    Type Description
    System.Double

    MaxWidth

    Declaration
    protected double MaxWidth { get; set; }
    Property Value
    Type Description
    System.Double

    PageDownID

    Declaration
    protected string PageDownID { get; set; }
    Property Value
    Type Description
    System.String

    PageNumberID

    Declaration
    protected string PageNumberID { get; set; }
    Property Value
    Type Description
    System.String

    PageStartY

    Declaration
    protected double PageStartY { get; set; }
    Property Value
    Type Description
    System.Double

    PageUpID

    Declaration
    protected string PageUpID { get; set; }
    Property Value
    Type Description
    System.String

    PageXCollections

    Declaration
    protected List<double> PageXCollections { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    PagingOptions

    Declaration
    protected List<LegendSymbols> PagingOptions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<LegendSymbols>

    PagingRegions

    Declaration
    protected List<Rect> PagingRegions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Rect>

    Reverse

    Enable / Disable for reverse the legend group order.

    Declaration
    protected bool Reverse { get; set; }
    Property Value
    Type Description
    System.Boolean

    RowCountPerPage

    Declaration
    protected double RowCountPerPage { get; set; }
    Property Value
    Type Description
    System.Double

    ThemeStyle

    Declaration
    protected ChartThemeStyle ThemeStyle { get; set; }
    Property Value
    Type Description
    Syncfusion.Blazor.Charts.Chart.Internal.ChartThemeStyle

    TotalPageCount

    Declaration
    protected double TotalPageCount { get; set; }
    Property Value
    Type Description
    System.Double

    Transform

    Declaration
    protected string Transform { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved