Giter VIP home page Giter VIP logo

Comments (4)

will-tm avatar will-tm commented on July 22, 2024

Hello George,
I'm sorry if I misunderstand you but can't you achieve this already?
ios simulator screen shot 24 feb 2014 20 33 48

from wmgaugeview.

geogerar avatar geogerar commented on July 22, 2024

Hello again,
I have try what you propose but it seems not working well.

For example if you try what I suggest below to your test projects you will see what I mean....

_gaugeView2.minValue = -100.0;
_gaugeView2.maxValue =  100.0;

_gaugeView2.scaleStartAngle = 90;
_gaugeView2.scaleEndAngle = 270;

_gaugeView2.unitOfMeasurement = @"Yield";
_gaugeView2.showUnitOfMeasurement = YES;

_gaugeView2.showRangeLabels = YES;
_gaugeView2.rangeValues = @[ @0,                  @100 ];
_gaugeView2.rangeColors = @[ RGB(255, 0, 0),    RGB(0, 255, 0) ];
_gaugeView2.rangeLabels = @[ @"NEGATI VE",          @"POSI TI VE" ];

_gaugeView2.scaleDivisions = 10;
_gaugeView2.scaleDivisionsWidth = 0.007;
_gaugeView2.scaleDivisionsLength = 0.07;

_gaugeView2.scaleSubdivisions = 5;
_gaugeView2.scalesubdivisionsaligment = WMGaugeViewSubdivisionsAlignmentTop;
_gaugeView2.scaleSubdivisionsWidth = 0.002;
_gaugeView2.scaleSubdivisionsLength = 0.04;

_gaugeView2.innerRimBorderWidth = 1;
_gaugeView2.innerRimWidth = 1;

_gaugeView2.showScaleShadow = NO;
_gaugeView2.innerBackgroundStyle = WMGaugeViewInnerBackgroundStyleGradient;
_gaugeView2.scaleFont = [UIFont boldSystemFontOfSize:0.050];

_gaugeView2.needleStyle = WMGaugeViewNeedleStyle3D;
_gaugeView2.needleWidth = 0.012;
_gaugeView2.needleHeight = 0.4;
_gaugeView2.needleScrewStyle = WMGaugeViewNeedleScrewStyleGradient;
_gaugeView2.needleScrewRadius = 0.05;

_gaugeView.value = -35;

Please try.....
Thank you very much for your help.

George N. Gerardis

from wmgaugeview.

will-tm avatar will-tm commented on July 22, 2024

Ok I see now, sorry about, this will be fixed quickly.

from wmgaugeview.

geogerar avatar geogerar commented on July 22, 2024

Fantastic Job!!!!!
Now your tool is even Better!!!!
Thank you very very much.

George N. Gerardis

from wmgaugeview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.