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


IPieSeriesProperties.ExplodeBiggestSlice Property (ArcObjects .NET 10.5 SDK)
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

.NET Related Topics

How to create a 3D pie graph