Click or drag to resize
NChartPointStatePointStateWithXYZValue Method
Create free (not aligned) 3D-space point state with value. This is a typical state for surface series colored not by height, but by fourth component value.

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

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 ordinate of a position.
value
Type: SystemDouble
value of the state that represents the amount of entity displayed by series.

Return Value

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