Blazor

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

    Show / Hide Table of Contents

    Class AccumulationLegendClickEventArgs

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

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.AccumulationRenderingEventArgs
    AccumulationLegendClickEventArgs
    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 Description
    SfAccumulationChart

    LegendShape

    Defines the Legend shape.

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

    LegendText

    Defines the current legend text.

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

    Point

    Defines the current point.

    Declaration
    public AccumulationPoints Point { get; }
    Property Value
    Type Description
    Syncfusion.Blazor.Charts.AccumulationChart.Internal.AccumulationPoints
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved