'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the direction in which pie segments expand.")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property ClockwiseDirection As System.Boolean
'Usage
Dim instance As NPieChart Dim value As System.Boolean instance.ClockwiseDirection = value value = instance.ClockwiseDirection
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the direction in which pie segments expand.")] [System.ComponentModel.DefaultValue(false)] public System.bool ClockwiseDirection {get; set;}