Specifies how far from the center pie slices are drawn.

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

Syntax

C#
public virtual double Explode { get; set; }
Visual Basic (Declaration)
Public Overridable Property Explode As Double
Visual C++
public:
virtual property double Explode {
	double get ();
	void set (double value);
}

Field Value

A double containing the "Explode" attribute value.

Remarks

The scale is proportional to the pie chart's radius. By default, Explode = 0.0.

See Also