Search found 5 matches
- Thu Jan 17, 2013 11:19 am
- Forum: .NET
- Topic: How to export full legend to png/jpeg/bmp etc..
- Replies: 3
- Views: 5130
Re: How to export full legend to png/jpeg/bmp etc..
I'm not sure what the purpose of your example code is. All it does is export a chart that has 3 different formats. As my original post already stated our app already provides the user interface for the chart to be exported into a number of formats. The problem is that when there are a lot of items i...
- Mon Jan 14, 2013 4:27 pm
- Forum: .NET
- Topic: How to export full legend to png/jpeg/bmp etc..
- Replies: 3
- Views: 5130
How to export full legend to png/jpeg/bmp etc..
We are using v2.0.1992.14012 to create various charts in our winforms app. We provide the UI to save the chart into several of the provided image formats, e.g. JPG, PNG, BMP etc.. The problem is that this exports exactly what is shown on the chart control including the legend which could include mor...
- Fri Nov 30, 2012 2:11 pm
- Forum: .NET
- Topic: On Bar series how to show Y value as Mark and Label
- Replies: 7
- Views: 10390
Re: On Bar series how to show Y value as Mark and Label
Hi, Thanks for that :D . A bit of crossed wires between my first post description and the example as I want all the bars to have the value shown as the label. So in fact the required code is as simple as adding: barSeries.Marks.Style = MarksStyles.Value; Anyhow your posted code was great as I might ...
- Thu Nov 29, 2012 3:53 pm
- Forum: .NET
- Topic: On Bar series how to show Y value as Mark and Label
- Replies: 7
- Views: 10390
Re: On Bar series how to show Y value as Mark and Label
Hi,
Okay is a simply example VS2010 app that uses TeeChart v2 and targets .NET 2.0.
I've also attached a screenshot of the this test app with indicators of what I am trying to achieve.
Regards,
Peter
Okay is a simply example VS2010 app that uses TeeChart v2 and targets .NET 2.0.
I've also attached a screenshot of the this test app with indicators of what I am trying to achieve.
Regards,
Peter
- Wed Nov 28, 2012 4:04 pm
- Forum: .NET
- Topic: On Bar series how to show Y value as Mark and Label
- Replies: 7
- Views: 10390
On Bar series how to show Y value as Mark and Label
I'm new to TeeChart but am currently on an older version (v2) and am having difficult getting to grips with things so please excuse me. I'm running in VS2010 targeting .NET 2.0. My data consists of an Organisation Name and an Amount (summed). I'm trying to programmatically show a Bar series where th...