I'm using the Xamarin Forms version: TeeChartXamarinFormsSource-4.0.2016.05310-osx (the newest release)
I tried it with your code, but still no success.
Search found 7 matches
- Thu Sep 08, 2016 10:50 am
- Forum: .NET
- Topic: change color of labels in circular gauge
- Replies: 5
- Views: 17952
- Thu Sep 08, 2016 9:50 am
- Forum: .NET
- Topic: change color of labels in circular gauge
- Replies: 5
- Views: 17952
Re: change color of labels in circular gauge
I tried that too, and it isn't working either...
- Wed Sep 07, 2016 1:27 pm
- Forum: .NET
- Topic: change color of labels in circular gauge
- Replies: 5
- Views: 17952
change color of labels in circular gauge
Hi, I'm creating a circular gauge in Xamarin forms, and I'm trying to change the label's color. I tried setting every property I could find, but it won't change... Can anyone help me? this is my code: (just setting the property of the axis labels color here, because that's the one I think needs to b...
- Thu Dec 10, 2015 1:21 pm
- Forum: .NET
- Topic: annotation click event doesn't exist?
- Replies: 1
- Views: 9839
annotation click event doesn't exist?
Hi, I have a problem with the annotation tool. I want to show a pop up box or something by clicking on the annotation. Now, I can't find the click event on annotation. Some earlier posts suggest to do "annotation.Click" or something like that, but the annotation object doesn't have any click or tap,...
- Tue Nov 24, 2015 8:37 am
- Forum: .NET
- Topic: Annotation tool with image
- Replies: 4
- Views: 20612
Re: Annotation tool with image
Hi,
Thanks for the reply.
But is there a timeframe for when this will be solved or is there a work around for it? Because I really need this to be solved soon.
Currently we just place the image above the graph and calculate the X value of it, but this is not what we want.
Thanks!
Thanks for the reply.
But is there a timeframe for when this will be solved or is there a work around for it? Because I really need this to be solved soon.
Currently we just place the image above the graph and calculate the X value of it, but this is not what we want.
Thanks!
- Thu Nov 19, 2015 10:02 am
- Forum: .NET
- Topic: Annotation tool with image
- Replies: 4
- Views: 20612
Annotation tool with image
Hey, I am trying to show an image in an annotation, in Xamarin Forms. I already tried a lot of different things and i can't get it to show the image... Does anyone have a solution? Here is what I've tried so far... var annotation = new Steema.TeeChart.Tools.Annotation(c); var image = new Image(); im...
- Thu Nov 12, 2015 9:59 am
- Forum: .NET
- Topic: Wide line under line
- Replies: 1
- Views: 7989
Wide line under line
Hi,
I need to be able to draw a wide line under a line in my graph to show the most optimistic en neggative value for the line. How can I do this?
Thx
I need to be able to draw a wide line under a line in my graph to show the most optimistic en neggative value for the line. How can I do this?
Thx