ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / BasePieRenderer Class / Inverted Property


In This Topic
    Inverted Property (BasePieRenderer)
    In This Topic
    Gets or sets whether the direction of plotting is inverted.
    Syntax
    'Declaration
     
    
    Public Property Inverted As Boolean
    'Usage
     
    
    Dim instance As BasePieRenderer
    Dim value As Boolean
     
    instance.Inverted = value
     
    value = instance.Inverted
    public bool Inverted {get; set;}
    Remarks
    By default (Inverted=false) the direction of plotting is horizontal. When the Inverted property is set to true the direction becomes vertical.
    See Also