AbstractChartNodeGetX Method |
Returns the "X" attribute value.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] GetX()
Public Overridable Function GetX As Double()
public:
virtual array<double>^ GetX()
abstract GetX : unit -> float[]
override GetX : unit -> float[]
Return Value
Type:
Double
A
double[] which contains the "X" attribute value.
See Also