Click or drag to resize
NChartPointStates Property
Array of states. See NChartPointState for details. If a point was created with a single state the array of states is not allocated and this property returns null.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public IReadOnlyList<NChartPointState> States { get; }

Property Value

Type: IReadOnlyListNChartPointState
See Also