alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DEventLocation

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

    Inheritance
    object
    Chart3DEventLocation
    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 Chart3DEventLocation
    Remarks

    The Chart3DEventLocation class provides a flexible way to manage location data.

    Constructors

    Chart3DEventLocation(double, double, double)

    Declaration
    public Chart3DEventLocation(double x, double y, double z)
    Parameters
    Type Name Description
    double x
    double y
    double z

    Properties

    X

    Gets or sets the location's x value.

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

    Accepts the double value. The default value is 0.

    Y

    Gets or sets the location's y value.

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

    Accepts the double value. The default value is 0.

    Z

    Gets or sets the location's z value.

    Declaration
    public double Z { get; set; }
    Property Value
    Type Description
    double

    Accepts the double value. The default value is 0.

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