Hi!
We have the license for the source code version. If you can provide the patch that would be great. Thanks!
Search found 4 matches
- Fri Oct 18, 2013 9:00 am
- Forum: .NET
- Topic: CircularGauge iOS vs Android/WP7
- Replies: 3
- Views: 7583
- Thu Oct 17, 2013 11:58 am
- Forum: .NET
- Topic: Wrong color in bar series
- Replies: 2
- Views: 5043
Re: Wrong color in bar series
You are right, using Gradient solves the problem.
Thanks!
Thanks!
- Thu Oct 17, 2013 7:28 am
- Forum: .NET
- Topic: CircularGauge iOS vs Android/WP7
- Replies: 3
- Views: 7583
CircularGauge iOS vs Android/WP7
Hi! I'm creating a circular gauge with the following code (iOS): public static void DrawGaugeChart (TChart tChart, ResourceServiceData data, Rectangle chartBounds, int titleTopMargin, Thickness margin, int orientation) { Console.WriteLine ("DrawGaugeChart"); if ((data.ServiceData == null) || (data.A...
- Wed Oct 16, 2013 9:13 am
- Forum: .NET
- Topic: Wrong color in bar series
- Replies: 2
- Views: 5043
Wrong color in bar series
Hi! I'm using Steema TeeChart for .NET 2013 4.1.2013.07300 for Windows phone 7, iOS and Android (with Xamarin) I'm drawing a bar chart with the following code (Windows phone 7 version): var tChart = new TChart(); tChart.Legend.LegendStyle = LegendStyles.Series; tChart.Legend.Alignment = LegendAlignm...