alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DEventArgs

    Gets or sets the event arguments for the 3D Chart component.

    Inheritance
    object
    Chart3DEventArgs
    Chart3DAxisLabelRenderEventArgs
    Chart3DAxisRangeRenderedEventArgs
    Chart3DCreatedEventArgs
    Chart3DExportedEventArgs
    Chart3DLegendClickEventArgs
    Chart3DLegendRenderEventArgs
    Chart3DMouseEventArgs
    Chart3DPointClickEventArgs
    Chart3DPointRenderEventArgs
    Chart3DResizedEventArgs
    Chart3DSelectionChangedEventArgs
    Chart3DSeriesRenderEventArgs
    Chart3DTextRenderEventArgs
    Chart3DTooltipRenderEventArgs
    Inherited Members
    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 Chart3DEventArgs
    Remarks

    This is a base class for all the event arguments in the 3D Chart component.

    Constructors

    Chart3DEventArgs()

    Declaration
    public Chart3DEventArgs()

    Properties

    Cancel

    Gets or sets the event cancel status for the 3D Chart component.

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

    Accepts the boolean value. The default value is false.

    Name

    Gets the event name for the 3D Chart component.

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

    This is a read-only property.

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