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
)
Public Sub New (
state As NChartPointState,
series As INChartSeries
)
public:
NChartPoint(
[InAttribute] NChartPointState^ state,
[InAttribute] 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