Search found 7 matches

by Thomas
Wed Jan 22, 2014 9:24 am
Forum: .NET
Topic: LinearGage numeric value
Replies: 10
Views: 14257

Re: LinearGage numeric value

I have another problem. When i draw line from Point topleft = gauge.AxisRectangle.Location; from your first response everything is OK on all devices. The line draws from corner. But when I try to draw text with g.TextOut (topleft.X, topleft.Y, "1234"); text is drawed on different positions on Y axis...
by Thomas
Fri Dec 20, 2013 1:35 pm
Forum: .NET
Topic: NumericGauge value position inside CircularGaguge
Replies: 3
Views: 7709

Re: NumericGauge value position inside CircularGaguge

Thanks. It works. But i need something like gauge on image. Can you help?
I can't hide border of numeric gauge (circularGauge.NumericGauge.FaceBrush.Visible = false; not working),
can't change text color (circularGauge.NumericGauge.ValueMarker.Shape.Font.Color not working)
Thanks in advance.
by Thomas
Tue Oct 29, 2013 2:49 pm
Forum: .NET
Topic: NumericGauge value position inside CircularGaguge
Replies: 3
Views: 7709

NumericGauge value position inside CircularGaguge

Hi!
How to center or move up/down value in NumericGauge inside Circular gauge?
It is always on top of numeric gauge frame. When size of gauge is small it overlaps frame.
by Thomas
Fri Oct 18, 2013 1:46 pm
Forum: .NET
Topic: Circular gauge DisplayTotalAngle Xamarin.ios
Replies: 3
Views: 7371

Re: Circular gauge DisplayTotalAngle Xamarin.ios

I found out that app crashes when DisplayTotalAngle is set and FaceBrush.Visible = false. ex: circularGauge.DisplayTotalAngle = 180; circularGauge.TotalAngle = 180; circularGauge.FaceBrush.Visible = false; As workaround i set FaceBrush backround as white, and disable gradient and it works. But chart...
by Thomas
Wed Oct 16, 2013 7:58 am
Forum: .NET
Topic: Circular gauge DisplayTotalAngle Xamarin.ios
Replies: 3
Views: 7371

Circular gauge DisplayTotalAngle Xamarin.ios

App is crashing when CircularGauge property DisplayTotalAngle is set to specific value.

TeeChartNETMonoTouch_v4_13_04_05
by Thomas
Tue Oct 15, 2013 11:31 am
Forum: .NET
Topic: Xamarin.ios Line 2d chart
Replies: 2
Views: 5428

Re: Xamarin.ios Line 2d chart

Thanks. Suggested workaround works perfect
by Thomas
Mon Oct 14, 2013 2:57 pm
Forum: .NET
Topic: Xamarin.ios Line 2d chart
Replies: 2
Views: 5428

Xamarin.ios Line 2d chart

Steema.Teechart.Series.Line looks bad in View3d =false mode (especially on retina displays), while in 3d mode looks fine. A) Density is very low. B) Part of outside labels on axes are hidden C) Strange chart look when value is constant How to solve this problem? Thanks in advance. TeeChartNETMonoTou...