NChartTimeAxisCurrentIndex Property |
Current timestamp index (index of the timestamp tick where the handler stays).
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public int CurrentIndex { get; set; }
Public Property CurrentIndex As Integer
Get
Set
public:
virtual property int CurrentIndex {
int get () sealed;
void set (int value) sealed;
}
Property Value
Type:
Int32See Also