Click or drag to resize
PieSliceSetAngles Method
Sets the angles, in degrees, that determine the extent of this slice.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
protected virtual void SetAngles(
	double angleA,
	double angleB
)

Parameters

angleA
Type: SystemDouble
A double that specifies the angle, in degrees, at which the slice begins.
angleB
Type: SystemDouble
A double that specifies the angle, in degrees, at which the slice ends.
See Also