GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorBarElliptical Class / FillClockwise Property
In This Topic
    FillClockwise Property
    In This Topic
    Gets or sets whether the IndicatorBar will sweep clockwise or counter-clockwise from its start angle to its end angle.
    Syntax
    [Category("Appearance")]
    [DefaultValue(true)]
    [Description("Determines Whether the IndicatorBar will sweep clockwise or counter-clockwise.")]
    public bool FillClockwise {get; set;}
    See Also