Xceed Chart for WinForms v4.4 Documentation
ClockwiseDirection Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > PieSeries Class : ClockwiseDirection Property
Controls the direction in which pie segments expand
Syntax
'Declaration
 
<DescriptionAttribute("Controls the direction in which pie segments expand.")>
<DefaultValueAttribute()>
<CategoryAttribute("Options")>
Public Property ClockwiseDirection As Boolean
'Usage
 
Dim instance As PieSeries
Dim value As Boolean
 
instance.ClockwiseDirection = value
 
value = instance.ClockwiseDirection
[Description("Controls the direction in which pie segments expand.")]
[DefaultValue()]
[Category("Options")]
public bool ClockwiseDirection {get; set;}
Remarks
By default this property is set to false (counter-clockwise direction). Please note that this setting does not affect the order of the data point legend data items (when the attached SeriesLegend is switched in DataPoints mode).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PieSeries Class
PieSeries Members