NChartPointCurrentStateIndex Property |
Index of current state. If a point was created with a single state this property always returns 0.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public int CurrentStateIndex { get; }
Public ReadOnly Property CurrentStateIndex As Integer
Get
public:
virtual property int CurrentStateIndex {
int get () sealed;
}
Property Value
Type:
Int32See Also