Click or drag to resize
NChartPointStatePointStateWithXYValue Method
Create free (not aligned) 2D-space point state with value. This is a typical state for heatmap series

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public static NChartPointState PointStateWithXYValue(
	double x,
	double y,
	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.
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