Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PiePlotArea Class / Clockwise Property


In This Topic
    Clockwise Property
    In This Topic
    Gets or sets whether pie slices are layed out clockwise or counter clockwise.
    Syntax
    'Declaration
     
    
    Public Property Clockwise As Boolean
    'Usage
     
    
    Dim instance As PiePlotArea
    Dim value As Boolean
     
    instance.Clockwise = value
     
    value = instance.Clockwise
    public bool Clockwise {get; set;}
    See Also