This document is archived and information here might be outdated.  Recommended version.


IPieSeriesProperties.ExplodeBiggestSlice Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPieSeriesProperties Interface > IPieSeriesProperties.ExplodeBiggestSlice Property
ArcGIS Developer Help

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(
  System.Int32* 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