Tagged Questions
0
votes
1answer
15 views
monodroid Steema.TeeChart.TChart : how to disable user interaction
can any one please tell me how to disable user interaction in TChart Control.
i know how to do this in monotouch linechart.UserInteractionEnabled = false;
0
votes
1answer
134 views
Teechart, Monodroid Java.Lang.IllegalArgumentException: pointerIndex out of range
I get the following stacktrace every time I try to press the Chart
(same error here: http://www.teechart.net/support/viewtopic.php?f=4&t=13740):
Java.Lang.IllegalArgumentException: pointerIndex ...
0
votes
1answer
90 views
Sttema teechart for Mono Android .net
I am using tee chart for .net (Mono android .net) i want to do some task on click event on chart series but click event is not firing. and also on long click is not firing. please help me.
3
votes
1answer
397 views
Circular Gauge Gradient - TeeChart - MonoAndroid
I am using TreeChart to make an indicator as shown in the picture. But I have a problem I can not make the three-color gradient to that gauge. This is my code
Steema.TeeChart.TChart tChart = ...
0
votes
1answer
231 views
TeeChart MonoDroid version
I've just started to evaluate TeeChart MonoDroid version and have some minor issues from the following code:
TChart _Chart = new TChart(context);
Bar _Bar1 = new Bar(_Chart.Chart);
Bar _Bar2 = new ...
1
vote
1answer
89 views
Teechart is displaying compressed on first load because expanded keyboard shrinks the view
I have an FragmentActivity that uses the ActionBar Tabs, one of the tabs has a tab host that holds a series of charts.
This activity is start by a search so the keyboard is disappearing as the ...
0
votes
1answer
173 views
Disable Panning and Zooming on Teechart Monodroid
I have created a class that inherits from Steema.TeeChart.TChart I am trying to disable panning and zooming, I have the below code but it still allows the user to pan and zoom on the device.
public ...
0
votes
1answer
365 views
TChart inside LinearLayout generates “width and height must be > 0”
I have just started using Steema TChart on Mono for Android. I tried this simple code and it works fine:
protected override void OnCreate(Bundle bundle)
{
base.OnCreate(bundle);
var tChart1 ...
0
votes
1answer
163 views
teechart for monodroid series cannot trigger click event
I am using TeeChart for monodroid to create a series which has click event. Please see the code below,
newChart.ClickSeries += new Steema.TeeChart.TChart.SeriesEventHandler(mealSeries_ClickSeries);
...
0
votes
1answer
393 views
TeeChart for Monodroid
I am trying to create an MonoDroid application integrated with TeeChart, i want to have an activity to hold a chart, and some other components, like textview, button, etc. Here is the code,
protected ...
0
votes
1answer
137 views
TeeChart For MonoDroid
I downloaded the beta version of TeeChart for monodroid and tried to run the demos, but could't get any of them working, always get exception about invalid String or something. I did download their ...
0
votes
1answer
237 views
Teechart for Android (Mono): Pie chart not displayed
I've been playing with the demo of TeeChart for Android (Mono) for a while, but I have been unable to get the Pie charts to display. Everytime I run the demo with a pie chart I see a screen with no ...
0
votes
1answer
258 views
TeeChart for Android DateTime FormatException
I've been evaluating TeeChart for Mono/Android but every time I try to run the sample projects my emulators keep throwing exceptions:
System.FormatException: String was not recognized as a valid ...
