IMSL C# Numerical Library

DrawPick.DrawErrorBar Method 

Draws an error bar.

public override 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.

See Also

DrawPick Class | Imsl.Chart2D Namespace