IMSL C# Numerical Library

PieSlice.SetAngles Method 

Sets the angles, in degrees, that determine the extent of this slice.

protected internal virtual void SetAngles(
   double angleA,
   double angleB
);

Parameters

angleA
A double that specifies the angle, in degrees, at which the slice begins.
angleB
A double that specifies the angle, in degrees, at which the slice ends.

See Also

PieSlice Class | Imsl.Chart2D Namespace