ChartNodeExplode Property |
Specifies how far from the center pie slices are drawn.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double Explode { get; set; }
Public Overridable Property Explode As Double
Get
Set
public:
virtual property double Explode {
double get ();
void set (double value);
}
abstract Explode : float with get, set
override Explode : float with get, set
Property Value
Type:
Double
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