GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorBarElliptical Class / GetPhasePath Method
In This Topic
    GetPhasePath Method (IndicatorBarElliptical)
    In This Topic
    Returns a GraphicsPath corresponding to a specific phase of the IndicatorBar.
    Syntax
    public override void GetPhasePath( 
       GraphicsPath path,
       double min,
       double max
    )

    Parameters

    path
    min
    max
    Remarks
    The default method for painting Indicators relies on this function for a definition of the shape. However, Indicator.Paint can be overriden to not require this function.
    See Also