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


IPieChartSymbol.Clockwise Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IP > IPieChartSymbol Interface > IPieChartSymbol.Clockwise Property
ArcGIS Developer Help

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(
  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

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