ArcObjects Library Reference (Carto)  

IPieSeriesProperties.ExplodeBiggestSlice Property

The percentage of extrusion for the biggest slice.

[Visual Basic .NET]
Public Property ExplodeBiggestSlice As Integer
[C#]
public int ExplodeBiggestSlice {get; set;}
[C++]
HRESULT get_ExplodeBiggestSlice(
  long* amount
);
[C++]
HRESULT put_ExplodeBiggestSlice(
  long amount
);
[C++]

Parameters

amount [out, retval]   amount is a parameter of type long amount [in]   amount is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPieSeriesProperties Interface