This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* flag
);
[C++]
HRESULT put_Clockwise(
VARIANT_BOOL flag
);
[C++] Parameters flag [out, retval]
flag is a parameter of type bool* flag [in]
flag is a parameter of type 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.