GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScale Class / GetLabelCenter Method
the double floating point number that is labeled
In This Topic
    GetLabelCenter Method (GraduatedScale)
    In This Topic
    Returns the point at which the Label should be centered.
    Syntax
    public abstract PointF GetLabelCenter( 
       double val,
       bool drawLeft
    )

    Parameters

    val
    the double floating point number that is labeled
    drawLeft
    Remarks
    See also PaintLabel.
    See Also