GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScaleLinear Class / AdjustTickOffset Method
In This Topic
    AdjustTickOffset Method
    In This Topic
    This function is called to refresh the internal parameters used when drawing tickmarks.
    Syntax
    protected virtual void AdjustTickOffset()
    Remarks
    Whenever a change is made that would adjust how tick marks are drawn this function should be called, after that change is made.
    See Also