Hello,
I am creating steema charts using mono for android(Evaluation version) in .net.
On click of bar series click event is not getting fired.
Please help me with sample code.
Thanks
Search found 20 matches
- Mon Oct 29, 2012 6:52 am
- Forum: .NET
- Topic: Single click in mono for android application
- Replies: 1
- Views: 3804
- Tue Sep 25, 2012 4:39 am
- Forum: .NET
- Topic: Multiple area chart with different colors for each area
- Replies: 4
- Views: 8324
Re: Multiple area chart with different colors for each area
Thanks Sandra. My problem is solved.
- Mon Sep 24, 2012 5:00 am
- Forum: .NET
- Topic: Multiple area chart with different colors for each area
- Replies: 4
- Views: 8324
Re: Multiple area chart with different colors for each area
Hello Pep Following is my source code: Steema.TeeChart.Drawing.ChartFont font = new Steema.TeeChart.Drawing.ChartFont(); font.Size = 5; int SeriesCount = 2; for (int i=1; i <= SeriesCount; i++) { Steema.TeeChart.Styles.Area SeriesArea = new Steema.TeeChart.Styles.Area(chart.Chart); SeriesArea.Title ...
- Fri Sep 21, 2012 6:44 am
- Forum: .NET
- Topic: Legend margin with 2 columns of legend
- Replies: 14
- Views: 25173
Re: Legend margin with 2 columns of legend
Hi Yery Thanks for forwarding the dll. I have implemented in my project. Please see the following screen shots: Screen shot 2012-09-21 at 12.04.04 PM.png Screen shot 2012-09-21 at 12.04.24 PM.png Screen shot 2012-09-21 at 12.03.39 PM.png As you can see that there is still some space on the right sid...
- Thu Sep 20, 2012 7:29 am
- Forum: .NET
- Topic: Legend margin with 2 columns of legend
- Replies: 14
- Views: 25173
- Thu Sep 20, 2012 6:45 am
- Forum: .NET
- Topic: Multiple area chart with different colors for each area
- Replies: 4
- Views: 8324
Multiple area chart with different colors for each area
Hi I am creating an area chart in an ios application with multiple area series. I have set SeriesArea.Transparency = 40; Due to this all area series appear in the same blue color: Screen shot 2012-09-20 at 12.03.21 PM.png If i do not set the Transparency then it shows like : Screen shot 2012-09-20 a...
- Wed Sep 05, 2012 4:48 am
- Forum: .NET
- Topic: Legend margin with 2 columns of legend
- Replies: 14
- Views: 25173
Re: Legend margin with 2 columns of legend
Hello Please see the attached screenshots: Screen shot 2012-09-05 at 10.03.07 AM.png Screen shot 2012-09-05 at 10.03.25 AM.png The code is as follows: if (this.InterfaceOrientation == UIInterfaceOrientation.LandscapeLeft || this.InterfaceOrientation == UIInterfaceOrientation.LandscapeRight) { int[] ...
- Mon Sep 03, 2012 6:51 am
- Forum: .NET
- Topic: Legend margin with 2 columns of legend
- Replies: 14
- Views: 25173
Re: Legend margin with 2 columns of legend
Hello, We have implemented the code provided above. There is lot of improvement in the spacing. Now the left column is still overlapping on the right column's symbol by 3-4 characters. The only difference between your image and the image generated by us is that in your image there is no gap between ...
- Thu Aug 30, 2012 10:00 am
- Forum: .NET
- Topic: Legend margin with 2 columns of legend
- Replies: 14
- Views: 25173
Re: Legend margin with 2 columns of legend
Hi ,
The code above gives the error:
'Steema.TChart.Legend' does not contain a definition for 'LeftPercent'.
Please let us know how can we display legend in two columns and text of either column should not overlap.
Thanks
The code above gives the error:
'Steema.TChart.Legend' does not contain a definition for 'LeftPercent'.
Please let us know how can we display legend in two columns and text of either column should not overlap.
Thanks
- Thu Aug 30, 2012 7:23 am
- Forum: .NET
- Topic: Legend margin with 2 columns of legend
- Replies: 14
- Views: 25173
Re: Legend margin with 2 columns of legend
Hi Yeray, After further analysis i am able to move legend to the left using; chart.Legend.Symbol.WidthUnits = LegendSymbolSize.Pixels; chart.Legend.Symbol.Width = 10; chart.Legend.Symbol.Position = LegendSymbolPosition.Left ; chart.Legend.TextAlign = MonoTouch.CoreText.CTTextAlignment.Left; chart.Le...
- Tue Aug 28, 2012 4:17 am
- Forum: .NET
- Topic: Legend margin with 2 columns of legend
- Replies: 14
- Views: 25173
Re: Legend margin with 2 columns of legend
Hi We are able to reduce gap between legend symbol and legend text by using int[] LegendColWidth = {20,73}; Now we want to reduce the left margin of the legend, so that the text overlapping of the left column onto the symbol and text of right column can be avoided. There is no space on the right sid...
- Fri Aug 24, 2012 6:16 am
- Forum: .NET
- Topic: Legend margin with 2 columns of legend
- Replies: 14
- Views: 25173
Legend margin with 2 columns of legend
Hi I am creating a bar chart in iOS application. The values to be plotted are very big and their text value is also very big. Following is my code to bind series values: Steema.TeeChart.Styles.Bar SeriesBar = new Steema.TeeChart.Styles.Bar(chart.Chart); SeriesBar.Title ="Quantity"; SeriesBar.Marks.V...
- Tue Aug 14, 2012 9:57 am
- Forum: .NET
- Topic: Double click chart series in IOS application
- Replies: 9
- Views: 14702
Re: Double click chart series in IOS application
Hello Josep, Thanks for the sample code. It was very useful. Following is my final code to drill on double click of chart series: protected void WireUpTapGestureRecognizer() { // create a new tap gesture UITapGestureRecognizer tapGesture = new UITapGestureRecognizer(); // configure it tapGesture.Num...
- Thu Aug 09, 2012 6:17 am
- Forum: .NET
- Topic: Double click chart series in IOS application
- Replies: 9
- Views: 14702
Re: Double click chart series in IOS application
Thanks Josep
I am waiting..
I am waiting..
- Fri Aug 03, 2012 12:28 pm
- Forum: .NET
- Topic: Crash on legend drag/swipe in iOS application
- Replies: 1
- Views: 3766
Crash on legend drag/swipe in iOS application
Hello I am creating an iOS application using Steema Teecharts. When ever i drag or swipe legend on either iPhone or simulator, the application gets crashed. I am facing same problem with the demo teechartfeatures project. The error message is : System.InvalidCastException has been thrown Unable to c...