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. |