Draws an error bar.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void DrawErrorBar(
int x0,
int y0,
int x1,
int y1,
int flag
)
Public Overridable Sub DrawErrorBar (
x0 As Integer,
y0 As Integer,
x1 As Integer,
y1 As Integer,
flag As Integer
)
public:
virtual void DrawErrorBar(
int x0,
int y0,
int x1,
int y1,
int flag
)
abstract DrawErrorBar :
x0 : int *
y0 : int *
x1 : int *
y1 : int *
flag : int -> unit
override DrawErrorBar :
x0 : int *
y0 : int *
x1 : int *
y1 : int *
flag : int -> unit
Parameters
- x0
- Type: SystemInt32
An int which specifies the x-coordinate of the beginning
reference point.
- y0
- Type: SystemInt32
An int which specifies the y-coordinate of the beginning
reference point.
- x1
- Type: SystemInt32
An int which specifies the x-coordinate of the ending
reference point.
- y1
- Type: SystemInt32
An int which specifies the y-coordinate of the ending
reference point.
- flag
- Type: SystemInt32
An int that indicates which caps to draw.
Remarks
Legal values: 0=none, 1=bottom, 2=top, 3=both
See Also