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

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
protected internal virtual void SetAngles(
	double angleA,
	double angleB
)
Visual Basic (Declaration)
Protected Friend Overridable Sub SetAngles ( _
	angleA As Double, _
	angleB As Double _
)
Visual C++
protected public:
virtual void SetAngles(
	double angleA, 
	double angleB
)

Parameters

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

See Also