This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IP > IPieChartSymbol Interface > IPieChartSymbol.Clockwise Property (ArcObjects .NET 10.4 SDK) |
Indicates if the slices are drawn in a clockwise direction.
[Visual Basic .NET] Public Property Clockwise As Boolean
[C#] public bool Clockwise {get; set;}
[C++]
HRESULT get_Clockwise(
VARIANT_BOOL* flag
);
[C++]
HRESULT put_Clockwise(
VARIANT_BOOL flag
);
[C++]
Parameters flag [out, retval] flag is a parameter of type VARIANT_BOOL flag [in] flag is a parameter of type VARIANT_BOOL
This property specifies whether or not pie slices will be arranged using the geographic coordinate system. If True, then slices begin at 'North' and are arranged in a clockwise direction around the pie. If False, then slices begin at 'East' and are arranged in a counter-clockwise direction around the pie according to the arithmetic coordinate system.