Sets the angles, in degrees, that determine the extent of this
slice.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax protected virtual void SetAngles(
double angleA,
double angleB
)
Protected Overridable Sub SetAngles (
angleA As Double,
angleB As Double
)
protected:
virtual void SetAngles(
double angleA,
double angleB
)
abstract SetAngles :
angleA : float *
angleB : float -> unit
override SetAngles :
angleA : float *
angleB : float -> unit
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