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


IPieSeriesProperties.RotatePie Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IPieSeriesProperties.RotatePie Property

The degree in rotating the pie. Valid value range is 0-359 degree.

[Visual Basic .NET]
Public Property RotatePie As Integer
[C#]
public int RotatePie {get; set;}
[C++]
HRESULT get_RotatePie(
  long* degree
);
[C++]
HRESULT put_RotatePie(
  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