Class Chart3DDefaultLocation
Gets or sets the location of the respective SfChart3D element.
Inheritance
System.Object
Chart3DDefaultLocation
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DDefaultLocation : Chart3DSubComponent, IChart3DSubcomponentTracker
Remarks
This is base class for all the location customization classes in the SfChart3D. Using this class we can customize x,y, and z values of the respective SfChart3D element.
Constructors
Chart3DDefaultLocation()
Declaration
public Chart3DDefaultLocation()
Properties
X
Gets or sets the location’s x value.
Declaration
public virtual double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. The default value is 0. |
Remarks
Use this property to customize the x value of the respective SfChart3D element.
Y
Gets or sets the location’s y value.
Declaration
public virtual double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. The default value is 0. |
Remarks
Use this property to customize the y value of the respective SfChart3D element.
Z
Gets or sets the location’s z value.
Declaration
public virtual double Z { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. The default value is 0. |
Remarks
Use this property to customize the z value of the respective SfChart3D element.