Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class LegendClickEventArgs

    Supplies information about a LegendClick event that is being raised.

    Inheritance
    System.Object
    LegendClickEventArgs
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class LegendClickEventArgs : object

    Properties

    Data

    Gets the data at the clicked location.

    Declaration
    public object Data { get; set; }
    Property Value
    Type Description
    System.Object

    IsVisible

    Gets the visibility of the clicked legend. Determined by Radzen.Blazor.CartesianSeries`1.IsVisible. Always visible for Pie Charts.

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

    The visibility.

    Title

    Gets the title of the clicked series. Determined by Title.

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

    The title.

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT