Click or drag to resize
AxisXYGetCross Method
Returns the "Cross" attribute value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] GetCross()

Return Value

Type: Double
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