IMSL C# Numerical Library

Draw.DrawErrorBar Method 

Draws an error bar.

public virtual void DrawErrorBar(
   int x0,
   int y0,
   int x1,
   int y1,
   int flag
);

Parameters

x0
An int which specifies the x-coordinate of the beginning reference point.
y0
An int which specifies the y-coordinate of the beginning reference point.
x1
An int which specifies the x-coordinate of the ending reference point.
y1
An int which specifies the y-coordinate of the ending reference point.
flag
An int that indicates which caps to draw.

Remarks

Legal values: 0=none, 1=bottom, 2=top, 3=both

See Also

Draw Class | Imsl.Chart2D Namespace