alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class AccumulationLegendClickEventArgs

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

    Inheritance
    object
    AccumulationRenderingEventArgs
    AccumulationLegendClickEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AccumulationLegendClickEventArgs : AccumulationRenderingEventArgs

    Properties

    Chart

    Defines the instance of the chart.

    Declaration
    public SfAccumulationChart Chart { get; }
    Property Value
    Type
    SfAccumulationChart

    LegendShape

    Defines the Legend shape.

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

    The LegendShape object representing the legend shape.

    LegendText

    Defines the current legend text.

    Declaration
    public string LegendText { get; }
    Property Value
    Type Description
    string

    Accepts the string value.

    Point

    Defines the current point.

    Declaration
    public AccumulationPoints Point { get; }
    Property Value
    Type Description
    AccumulationPoints

    An AccumulationPoints object representing the current point.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved