| NChartPointStateDoubleX Property |
Double X value of a point state.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntaxpublic double DoubleX { get; set; }Public Property DoubleX As Double
Get
Set
public:
virtual property double DoubleX {
double get () sealed;
void set (double value) sealed;
}Property Value
Type:
Double
See Also