Search found 6 matches

by NIS
Wed Mar 27, 2013 12:26 pm
Forum: Java
Topic: android axis labels change position (move up)
Replies: 5
Views: 11842

Re: android axis labels change position (move up)

(picture is in post over) and i noticed that one more small problem is with ticks: chart.getAxes().getBottom().getTicks().setLength(0); chart.getAxes().getBottom().getTicks().setColor(Color.white); chart.getAxes().getBottom().getTicks().setUsesVisible(false); chart.getAxes().getBottom().getTicks().s...
by NIS
Wed Mar 27, 2013 12:06 pm
Forum: Java
Topic: android axis labels change position (move up)
Replies: 5
Views: 11842

Re: android axis labels change position (move up)

So,

thanks for your help, you solved my problem with marks.

And there is reason why i need move Label over the axis line.
:|

Image
by NIS
Wed Mar 27, 2013 8:46 am
Forum: Java
Topic: android axis labels change position (move up)
Replies: 5
Views: 11842

Re: android axis labels change position (move up)

monotouch solution: chart.Axes.Bottom.GetAxisDrawLabel += new Steema.TeeChart.GetAxisDrawLabelEventHandler(Bottom_GetAxisDrawLabel); int count = 0; void Bottom_GetAxisDrawLabel (object sender, Steema.TeeChart.GetAxisDrawLabelEventArgs e) { if ( values [count] > 0.0) { e.Y = (int)(chart4.Axes.Left.Ca...
by NIS
Mon Mar 25, 2013 11:06 am
Forum: Java
Topic: android axis labels change position (move up)
Replies: 5
Views: 11842

android axis labels change position (move up)

hello, I need move some labels on bottom axis above the axis line and some labels should stay below. But i didnt found solution, please help. Or is there some handler for drawing series? because in monotouch-teechart-lib. i found handler but not in java lib. Same problem with series Marks, i want se...
by NIS
Sat Feb 02, 2013 7:48 pm
Forum: .NET
Topic: TeeChart.dll - missing assembly reference?
Replies: 2
Views: 5118

Re: TeeChart.dll - missing assembly reference?

Of course using Monotouch
by NIS
Sat Feb 02, 2013 7:47 pm
Forum: .NET
Topic: TeeChart.dll - missing assembly reference?
Replies: 2
Views: 5118

TeeChart.dll - missing assembly reference?

Hello, I am working on Iphone application using TeeCharts. I have bought licenced library. But if I want compile it is writing following error: /Chart.cs(25,25): Error CS0246: The type or namespace name `TChart' could not be found. Are you missing a using directive or an assembly reference? (CS0246)...