alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DPointClickEventArgs

    Specifies the event arguments available to click on a 3D chart point.

    Inheritance
    object
    Chart3DEventArgs
    Chart3DPointClickEventArgs
    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 Chart3DPointClickEventArgs : Chart3DEventArgs

    Properties

    IsRightClick

    Gets the point is clicked by right click or not.

    Declaration
    public bool IsRightClick { get; }
    Property Value
    Type Description
    bool

    true, if the point is clicked by right click. Otherwise, false.

    Remarks

    This is a read-only property.

    PageX

    Gets the mouse cursor page x location of the 3D Chart.

    Declaration
    public double PageX { get; }
    Property Value
    Type Description
    double

    A double value representing the mouse cursor page x location.

    Remarks

    This is a read-only property.

    PageY

    Gets the mouse cursor page y location of the 3D Chart.

    Declaration
    public double PageY { get; }
    Property Value
    Type Description
    double

    A double value representing the mouse cursor page y location.

    Remarks

    This is a read-only property.

    Point

    Gets the point for the 3D Chart when the point is clicked.

    Declaration
    public Chart3DPoint Point { get; }
    Property Value
    Type Description
    Chart3DPoint

    A Syncfusion.Blazor.Chart3D.Internal.Chart3DPoint object that represents the point.

    Remarks

    This is a read-only property.

    PointIndex

    Gets the point index for the 3D Chart when the point is clicked.

    Declaration
    public double PointIndex { get; }
    Property Value
    Type Description
    double

    A integer value representing the point index.

    Remarks

    This is a read-only property.

    Series

    Gets the series for the 3D Chart when the point is clicked.

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

    A Chart3DSeries object that represents the series.

    Remarks

    This is a read-only property.

    SeriesIndex

    Gets the series index for the 3D Chart when the point is clicked.

    Declaration
    public double SeriesIndex { get; }
    Property Value
    Type Description
    double

    A integer value representing the series index.

    Remarks

    This is a read-only property.

    X

    Gets the mouse x location for the 3D Chart.

    Declaration
    public double X { get; }
    Property Value
    Type Description
    double

    A double value representing the mouse x location.

    Remarks

    This is a read-only property.

    Y

    Gets the mouse y location for the 3D Chart.

    Declaration
    public double Y { get; }
    Property Value
    Type Description
    double

    A double value representing the mouse y location.

    Remarks

    This is a read-only property.

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