GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IndicatorBar Class / ComputePath Method
In This Topic
    ComputePath Method (IndicatorBar)
    In This Topic
    Returns a GraphicsPath used to paint this Indicator
    Syntax
    protected override void ComputePath( 
       GraphicsPath path
    )

    Parameters

    path
    Remarks
    Because this function simply calls GetPhasePath for a phase that ranges IGraduatedScale.Minimum to Value, this function does not have to be overriden for basic changes in desired shape. Most likely, it will only require that GetPhasePath be overriden. The default method for painting Indicators relies on this function for a definition of the shape. However, Paint can be overriden to not require this function.
    See Also