alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DLegendClickEventArgs

    Specifies the event arguments available for the legend item click events in the 3D Chart component.

    Inheritance
    object
    Chart3DEventArgs
    Chart3DLegendClickEventArgs
    Inherited Members
    Chart3DEventArgs.Cancel
    Chart3DEventArgs.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DLegendClickEventArgs : Chart3DEventArgs

    Properties

    Chart

    Gets the 3D Chart instance.

    Declaration
    public SfChart3D Chart { get; }
    Property Value
    Type Description
    SfChart3D

    A SfChart3D object that represents the instance of the 3D Chart. The default value is null.

    Remarks

    This is read-only property.

    LegendShape

    Gets or sets the shape of the 3D Chart legend. The possible values are:

    • SeriesType
    • Circle
    • Rectangle
    • Diamond
    • Cross
    • Multiply
    • HorizontalLine
    • VerticalLine
    • Pentagon
    • Triangle
    • InvertedTriangle
    Declaration
    public LegendShape LegendShape { get; set; }
    Property Value
    Type Description
    LegendShape

    A LegendShape value that defines the shape of the legend. The default value is SeriesType.

    LegendText

    Gets the text of the 3D Chart legend.

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

    This is read-only property.

    Series

    Gets the series instance of the 3D Chart legend.

    Declaration
    public Chart3DSeries Series { get; }
    Property Value
    Type Description
    Chart3DSeries

    A Chart3DSeries object that represents the series.

    Remarks

    This is read-only property.

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