Sets the "Cross" attribute value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void SetCross(
	double xcross,
	double ycross
)
Visual Basic (Declaration)
Public Overridable Sub SetCross ( _
	xcross As Double, _
	ycross As Double _
)
Visual C++
public:
virtual void SetCross(
	double xcross, 
	double ycross
)

Parameters

xcross
Type: System..::.Double
A double which specifies the x-coordinate where the axes cross.
ycross
Type: System..::.Double
A double which specifies the 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