ArcObjects Library Reference (Display)  

IPieChartSymbol.Clockwise Property

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

Product Availability

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

Description

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.

See Also

IPieChartSymbol Interface