menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DEventArgs

    Gets or sets the event arguments for the SfChart3D component.

    Inheritance
    System.Object
    Chart3DEventArgs
    Chart3DAxisLabelRenderEventArgs
    Chart3DAxisRangeRenderedEventArgs
    Chart3DCreatedEventArgs
    Chart3DExportedEventArgs
    Chart3DLegendClickEventArgs
    Chart3DLegendRenderEventArgs
    Chart3DMouseEventArgs
    Chart3DPointClickEventArgs
    Chart3DPointRenderEventArgs
    Chart3DResizedEventArgs
    Chart3DSelectionChangedEventArgs
    Chart3DSeriesRenderEventArgs
    Chart3DTextRenderEventArgs
    Chart3DTooltipRenderEventArgs
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DEventArgs : Object
    Remarks

    This is a base class for all the event arguments in the SfChart3D component.

    Constructors

    Chart3DEventArgs()

    Declaration
    public Chart3DEventArgs()

    Properties

    Cancel

    Gets or sets the event cancel status for the SfChart3D component.

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

    Accepts the boolean value. The default value is false.

    Name

    Gets the event name for the SfChart3D component.

    Declaration
    public string Name { get; }
    Property Value
    Type
    System.String
    Remarks

    This is a read-only property.

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