Draws gauges in VFP applications
Documentation: https://vfpx.codeplex.com/wikipage?title=Gauge
2016.03.24
Added lShowGoalMarker and nGoalMarkerColor properties to VFP Gauge class and ShowGoalMarker and GoalMarkerColor properties to the .NET class. Made it treat nMaxValue as the maximum value rather than the goal value and nGoalPosition as the goal value; this makes it easier to control the values. Added additional controls to sample form.
2016.03.18
Added missing IsDotNet function to wwDotNetBridge.prg.
2016.03.06
Added support for minimum value in Gauge class and support for minimum value being greater than maximum value (that is, a gauge that's reversed from normal). Fixed bug: don't allow pointer to be drawn at a position less than 0.
Documentation: https://vfpx.codeplex.com/wikipage?title=Gauge
2016.03.24
Added lShowGoalMarker and nGoalMarkerColor properties to VFP Gauge class and ShowGoalMarker and GoalMarkerColor properties to the .NET class. Made it treat nMaxValue as the maximum value rather than the goal value and nGoalPosition as the goal value; this makes it easier to control the values. Added additional controls to sample form.
2016.03.18
Added missing IsDotNet function to wwDotNetBridge.prg.
2016.03.06
Added support for minimum value in Gauge class and support for minimum value being greater than maximum value (that is, a gauge that's reversed from normal). Fixed bug: don't allow pointer to be drawn at a position less than 0.