IMSL C# Numerical Library

AxisXY.GetCross Method 

Returns the "Cross" attribute value.

public virtual 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.

See Also

AxisXY Class | Imsl.Chart2D Namespace