Blazor

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

    Show / Hide Table of Contents

    Class LegendRenderEventArgs

    Specifies the event arguments available for the legend render events in the chart component.

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.BaseEventArgs
    LegendRenderEventArgs
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LegendRenderEventArgs : BaseEventArgs

    Constructors

    LegendRenderEventArgs()

    Declaration
    public LegendRenderEventArgs()

    Properties

    Fill

    Defines the legend color.

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

    MarkerShape

    Defines the marker text.

    Declaration
    public ChartShape MarkerShape { get; set; }
    Property Value
    Type Description
    ChartShape

    Shape

    Defines the legend shape.

    Declaration
    public LegendShape Shape { get; set; }
    Property Value
    Type Description
    LegendShape

    Text

    Defines the legend text.

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