Draws a marker.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void DrawMarker(
int x,
int y
)
Public Overridable Sub DrawMarker (
x As Integer,
y As Integer
)
public:
virtual void DrawMarker(
int x,
int y
)
abstract DrawMarker :
x : int *
y : int -> unit
override DrawMarker :
x : int *
y : int -> unit
Parameters
- x
- Type: SystemInt32
An int which specifies the x-coordinate of the marker
destination, (x,y).
- y
- Type: SystemInt32
An int which specifies the y-coordinate of the marker
destination, (x,y).
See Also