Click or drag to resize
NChartPoint Constructor (IReadOnlyListNChartPointState, INChartSeries)
Initializes a new instance of the NChartPoint class

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartPoint(
	IReadOnlyList<NChartPointState> states,
	INChartSeries series
)

Parameters

states
Type: System.Collections.GenericIReadOnlyListNChartPointState
series
Type: NChart3D_UWPINChartSeries
See Also