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


IPieSeriesProperties.TotalPieAngle 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.TotalPieAngle Property
ArcGIS Developer Help

IPieSeriesProperties.TotalPieAngle Property

The angle of the entire pie display. Valid value range is 1-360 degree.

[Visual Basic .NET]
Public Property TotalPieAngle As Integer
[C#]
public int TotalPieAngle {get; set;}
[C++]
HRESULT get_TotalPieAngle(
  System.Int32* degree
);
[C++]
HRESULT put_TotalPieAngle(
  long degree
);
[C++]
Parameters
degree [out, retval]

degree is a parameter of type long* degree [in]
degree is a parameter of type long

Product Availability

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

See Also

IPieSeriesProperties Interface