GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorBarElliptical Class
Members
In This Topic
    IndicatorBarElliptical Class
    In This Topic
    A form of IndicatorBar that represents its value as an eliptical arc with a set thickness between a set starting angle and an varying ending angle. The shape of elliptical path is determined by the Indicator's bounds.
    Syntax
    [Serializable()]
    public class IndicatorBarElliptical : IndicatorBar, Northwoods.Go.IGoActionObject  
    Remarks
    Requires that Indicator.Scale be and instance of Northwoods.Go.GoObject
    See Also