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; }
Public ReadOnly Property States As IReadOnlyList(Of NChartPointState)
Get
public:
virtual property IReadOnlyList<NChartPointState^>^ States {
IReadOnlyList<NChartPointState^>^ get () sealed;
}
Property Value
Type:
IReadOnlyListNChartPointStateSee Also