GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / Meter Class / Meter Constructor
In This Topic
    Meter Constructor
    In This Topic
    Handles the basic initialization of Meter.
    Syntax
    public Meter()
    Remarks
    This calls CreateBackground, CreateLabel, CreateScale, and CreateIndicator, adds all the resulting objects to this group, and sets the Indicator.Scale to the created scale.
    See Also