GrapeCity.Xaml.Excel
Explosion Property (ExcelDataPoint)


GrapeCity.Excel.Chart Namespace > ExcelDataPoint Class : Explosion Property
Specifies the amount the data points shall be moved from the center of the pie.
Syntax
'Declaration
 
Public Property Explosion As Nullable(Of Integer)
'Usage
 
Dim instance As ExcelDataPoint
Dim value As Nullable(Of Integer)
 
instance.Explosion = value
 
value = instance.Explosion
public Nullable<int> Explosion {get; set;}
See Also

Reference

ExcelDataPoint Class
ExcelDataPoint Members