IMSL C# Numerical Library

AxisXY.SetCross Method (Double[])

Sets the "Cross" attribute value.

public virtual void SetCross(
   double[] cross
);

Parameters

cross
A double[2] containing the x and y-coordinate where the axes cross.

Remarks

This defines the point where the X and Y axes intersect. If "Cross" is not defined then the attribute "Window" is used to determine the crossing point.

See Also

AxisXY Class | Imsl.Chart2D Namespace | AxisXY.SetCross Overload List