Click or drag to resize
NChartPointStatePointStateWithXYZ Method
Create free (not aligned) 3D-space point. This is a typical state for bubble or surface series. But you may use this for other series types too.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public static NChartPointState PointStateWithXYZ(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
Double value on the X axis that represents the abscissa of a position.
y
Type: SystemDouble
Double value on the Y axis that represents the ordinate of a position.
z
Type: SystemDouble
Double value on the Z axis that represents the applicate of a position.

Return Value

Type: NChartPointState
A new instance of the point state.
See Also