Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / PieSeries Class / ClockwiseDirection Property


In This Topic
    ClockwiseDirection Property
    In This Topic
    Controls the direction in which pie segments expand
    Syntax
    'Declaration
     
    <CategoryAttribute("Options")>
    <DescriptionAttribute("Controls the direction in which pie segments expand.")>
    <DefaultValueAttribute(False)>
    Public Property ClockwiseDirection As Boolean
    'Usage
     
    Dim instance As PieSeries
    Dim value As Boolean
     
    instance.ClockwiseDirection = value
     
    value = instance.ClockwiseDirection
    [Category("Options")]
    [Description("Controls the direction in which pie segments expand.")]
    [DefaultValue(false)]
    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