menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DLegendRenderEventArgs

    Specifies the event arguments available for the legend render events in the SfChart3D component.

    Inheritance
    System.Object
    Chart3DEventArgs
    Chart3DLegendRenderEventArgs
    Inherited Members
    Chart3DEventArgs.Cancel
    Chart3DEventArgs.Name
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DLegendRenderEventArgs : Chart3DEventArgs

    Constructors

    Chart3DLegendRenderEventArgs()

    Declaration
    public Chart3DLegendRenderEventArgs()

    Properties

    Fill

    Gets or sets the color of the SfChart3D legend.

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

    Accepts the string value. The default value is null.

    Shape

    Gets or sets the shape of the SfChart3D legend. The possible values are:

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

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

    Text

    Gets or sets the text of the SfChart3D legend.

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

    Accepts the string value. The default value is null.

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