Search found 7 matches

by Tech44
Wed Apr 25, 2012 3:42 pm
Forum: .NET
Topic: Circular Guage Color
Replies: 3
Views: 4766

Re: Circular Guage Color

Wonderful! I had to make a few changes for iOS differences but that got me exactly what I needed. Thank you!
by Tech44
Tue Apr 24, 2012 5:59 pm
Forum: .NET
Topic: Circular Guage Color
Replies: 3
Views: 4766

Circular Guage Color

I am displaying multiple circular gauges on the iPad. I would like to be able to set the color of the border of the gauge (and perhaps the border width) in code to draw attention to some of the gauges. Is there a built in way to do this? Alternatively - is there a way to change the color of the gaug...
by Tech44
Mon Mar 19, 2012 3:09 pm
Forum: .NET
Topic: iOS Disable Panning and Zooming
Replies: 2
Views: 4542

Re: iOS Disable Panning and Zooming

Exactly what I needed. Thanks!

Charles
by Tech44
Mon Mar 19, 2012 3:08 pm
Forum: .NET
Topic: iOS Tapped Event on a Chart
Replies: 3
Views: 5482

Re: iOS Tapped Event on a Chart

Thanks for the update and the sample code. Working perfectly!

Charles
by Tech44
Fri Feb 24, 2012 5:48 pm
Forum: .NET
Topic: iOS Documenation/Reference
Replies: 1
Views: 3465

iOS Documenation/Reference

Can someone point me to the detailed reference (and hopefully sample code) for the iOS solution? I have reviewed the tutorial CHM file included in the zip file but was hoping there was something more detailed.

Thanks!
by Tech44
Fri Feb 24, 2012 5:46 pm
Forum: .NET
Topic: iOS Disable Panning and Zooming
Replies: 2
Views: 4542

iOS Disable Panning and Zooming

I have a chart on a view. It is a 3D bar chart. By default the user can pan around the chart and zoom in and out. How do I disable panning and/or zooming? Also - just a note - I notice that a strange colored rectangle appears in the upper right corner of the chart when zooming. What is this? Thanks!
by Tech44
Fri Feb 24, 2012 5:43 pm
Forum: .NET
Topic: iOS Tapped Event on a Chart
Replies: 3
Views: 5482

iOS Tapped Event on a Chart

I don't know if this posted in the correct forum - I don't see a forum for the new Mobile solution. I have three charts on a view (similar to the demo code). I want the user to be able to tap on a chart and I get an event so I can take some action. I have tried many different ways but nothing works....