menu

Blazor

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

    Show / Hide Table of Contents

    Class LegendRenderEventArgs

    Defines the LegendRenderEventArgs.

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

    Constructors

    LegendRenderEventArgs()

    Declaration
    public LegendRenderEventArgs()

    Properties

    Cancel

    Defines the event cancel status.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    Text

    Defines the current legend text.

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