menu

Blazor

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

    Show / Hide Table of Contents

    Class Chart3DEventLocation

    Gets or sets the location for the event arguments in the SfChart3D component events.

    Inheritance
    System.Object
    Chart3DEventLocation
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DEventLocation : Object
    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
    System.Double x
    System.Double y
    System.Double z

    Properties

    X

    Gets or sets the location's x value.

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    System.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
    System.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
    System.Double

    Accepts the double value. The default value is 0.

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