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
)
Public Shared Function PointStateWithXYZValue (
x As Double,
y As Double,
z As Double,
value As Double
) As NChartPointState
public:
static NChartPointState^ PointStateWithXYZValue(
[InAttribute] double x,
[InAttribute] double y,
[InAttribute] double z,
[InAttribute] 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:
NChartPointStateA new instance of the point state.
See Also