This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPieSeriesProperties Interface > IPieSeriesProperties.RotatePie Property (ArcObjects .NET 10.5 SDK) |
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