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