Click or drag to resize
NChartPoint Constructor (NChartPointState, INChartSeries)
Create point with a single state.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartPoint(
	NChartPointState state,
	INChartSeries series
)

Parameters

state
Type: NChart3D_UWPNChartPointState
The state if point. See NChartPointState for details.
series
Type: NChart3D_UWPINChartSeries
The series the point belongs to.
See Also