Returns the "Cross" attribute value.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual double[] GetCross() |
Visual Basic (Declaration) |
---|
Public Overridable Function GetCross As Double() |
Visual C++ |
---|
public: virtual array<double>^ GetCross() |
Return Value
A double[2] containing the "Cross" attribute value.
Remarks
The value is the point where the X and Y axes intersect, (xcross,ycross). If "Cross" is not defined
then null is returned.