AxisXYSetCross Method (Double, Double) |
Sets the "Cross" attribute value.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetCross(
double xcross,
double ycross
)
Public Overridable Sub SetCross (
xcross As Double,
ycross As Double
)
public:
virtual void SetCross(
double xcross,
double ycross
)
abstract SetCross :
xcross : float *
ycross : float -> unit
override SetCross :
xcross : float *
ycross : float -> unit
Parameters
- xcross
- Type: SystemDouble
A double which specifies the x-coordinate where the axes
cross.
- ycross
- Type: SystemDouble
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