Class Chart3DEventLocation
Gets or sets the location for the event arguments in the 3D Chart component events.
Inherited Members
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. |