Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ILegendBase - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ILegendBase

    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public interface ILegendBase

    Properties

    Alignment

    Declaration
    Alignment Alignment { get; set; }
    Property Value
    Type Description
    Alignment

    Background

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

    Description

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

    EnableHighlight

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

    Height

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

    ItemPadding

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

    Opacity

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

    Padding

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

    Position

    Declaration
    LegendPosition Position { get; set; }
    Property Value
    Type Description
    LegendPosition

    ShapeHeight

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

    ShapePadding

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

    ShapeWidth

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

    TabIndex

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

    ToggleVisibility

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

    Width

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