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
)
Public Shared Function PointStateWithXYValue (
x As Double,
y As Double,
value As Double
) As NChartPointState
public:
static NChartPointState^ PointStateWithXYValue(
[InAttribute] double x,
[InAttribute] double y,
[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. - 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