Click or drag to resize
DrawDrawErrorBar Method
Draws an error bar.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void DrawErrorBar(
	int x0,
	int y0,
	int x1,
	int y1,
	int flag
)

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