Search found 36 matches
- Wed Feb 24, 2010 10:20 pm
- Forum: .NET
- Topic: Red Edges for barchart
- Replies: 4
- Views: 10160
Red Edges for barchart
Hello, I noticed something a while ago and I've been wondering whether it is my fault or not, but I'm pretty sure I'm not doing anything wrong here now, forSteemaRedEdges.jpg In the image you can see charts that are produced by different versions of the steema library (versions at the bottom) but wi...
- Tue Aug 04, 2009 8:01 pm
- Forum: .NET
- Topic: Printing a chart when it is on a frame
- Replies: 4
- Views: 9612
Re: Printing a chart when it is on a frame
Hello Sandra or Steema team, could you please give me a status on this issue?
I checked in the last build of the V3 and it's not fixed, I was wondering whether you had it fixed on your 2009 version, since we would have to upgrade our license.
I checked in the last build of the V3 and it's not fixed, I was wondering whether you had it fixed on your 2009 version, since we would have to upgrade our license.
- Fri Apr 17, 2009 5:35 pm
- Forum: .NET
- Topic: Pie Charts percentages rounded
- Replies: 1
- Views: 5387
Pie Charts percentages rounded
Hello,
Is there any way that using the marks style as percent in a pie series, the percentages DO NOT SHOW decimal numbers (round to the nearest integer)?
Currently I'm using :
Thanks.
Is there any way that using the marks style as percent in a pie series, the percentages DO NOT SHOW decimal numbers (round to the nearest integer)?
Currently I'm using :
Code: Select all
cs.Marks.Style = TeeChart.Styles.MarksStyles.Percent
- Fri Apr 03, 2009 8:08 pm
- Forum: .NET
- Topic: Missing Data in the graph
- Replies: 8
- Views: 12381
- Thu Apr 02, 2009 11:07 pm
- Forum: .NET
- Topic: Text missing and solutions
- Replies: 1
- Views: 4944
Text missing and solutions
Hello, I have generated a bar chart that plots as in the uploaded image file: example.bmp The problem is that the labels are missing. The solution might be to plot the bars horizontally instead of vertically, with the lables on the left side and the amount in the bottom, how can I achieve that? than...
- Thu Mar 05, 2009 6:42 pm
- Forum: .NET
- Topic: Printing a chart when it is on a frame
- Replies: 4
- Views: 9612
- Thu Mar 05, 2009 2:08 am
- Forum: .NET
- Topic: Printing a chart when it is on a frame
- Replies: 4
- Views: 9612
Printing a chart when it is on a frame
Hello, I've always had problems printing charts but never been able to reproduce the error consistently in a "as is project", now I realize that it is when I put the chart inside a frame, when it doesn't print !! I uploaded the file SteemaTest3.zip, which contains the project and a bmp that shows a ...
- Thu Jan 15, 2009 7:50 pm
- Forum: .NET
- Topic: Problem printing TeeChart images
- Replies: 4
- Views: 9594
has this problem been solved?
I'm having this problem too and would like to know whether it has been solved or not, also, if the activex component has the same problem as the WebForms for printing. I'm afraid that we are going to discontinue the use if we cannot print using regular browser capabilities :( Thanks for your time.
- Tue Sep 23, 2008 12:22 am
- Forum: .NET
- Topic: Problem using Httphandler
- Replies: 1
- Views: 5116
Problem using Httphandler
Hello, I'm having a problem using the httphandler option with the webcharts. The problem is that the image URL link generated looks like this on the webbrowser and it doesn't obtains the image: http://esg-smart-tst.qualcomm.com/ChartPages/Gantt/~/TeeChartImgGen.ashx?Width=850&Height=170&ChartID=proj...
- Mon Sep 15, 2008 11:19 pm
- Forum: .NET
- Topic: Webchart printing
- Replies: 9
- Views: 18378
- Mon Sep 15, 2008 7:46 pm
- Forum: .NET
- Topic: Webchart printing
- Replies: 9
- Views: 18378
Hello, I'm having the same problem but with a curious note; If I try to print in FF 2.* then I can print very well. probably because FF is using the cache image and IE is trying to retrieve the image again from the server. In using the mode TempChart="Httphandler", and that might be another cause, m...
- Mon Sep 08, 2008 11:54 pm
- Forum: .NET
- Topic: Pie chart Series Layout
- Replies: 1
- Views: 4455
Pie chart Series Layout
Hello,
I'd like to have several pie chart series and Was wondering whether they can be alligned on the horizontal axis on the chart, instead of the vertical one. Currently new series added go under each other, I'd like them to go on the right.
Is that possible? Thank you.
I'd like to have several pie chart series and Was wondering whether they can be alligned on the horizontal axis on the chart, instead of the vertical one. Currently new series added go under each other, I'd like them to go on the right.
Is that possible? Thank you.
- Fri Jun 27, 2008 2:25 pm
- Forum: .NET
- Topic: WebChart with Zoom postbacking when a URL is clicked.
- Replies: 5
- Views: 12377
- Fri Jun 27, 2008 12:16 pm
- Forum: .NET
- Topic: WebChart with Zoom postbacking when a URL is clicked.
- Replies: 5
- Views: 12377
Yeah, exactly, I'm trying to be able to load an URL using the example you have for the airlines webchart, but at the same time, I want the user to be able to zoom inside the chart. The zoom seems to work fine and the URL only works when the URL is loaded in another frame because the zoom causes the ...
- Thu Jun 26, 2008 10:56 am
- Forum: .NET
- Topic: WebChart with Zoom postbacking when a URL is clicked.
- Replies: 5
- Views: 12377
WebChart with Zoom postbacking when a URL is clicked.
Hello, It seems that a Webchart with the zoom tool postbacks everytime I click on the image (even if I'm not trying to zoom). That makes impossible to have an URL loaded (coming from the webchart, of course) in an Iframe inside the same page. Is there a way of having the zoom tool only post back whe...