GrapeCity.Xaml.Excel
Explosion Property (IExcelDataPoint)


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

Reference

IExcelDataPoint Interface
IExcelDataPoint Members