Search found 3275 matches

by Pep
Wed Nov 26, 2003 12:29 pm
Forum: .NET
Topic: Why get a wrong Pie Chart ?
Replies: 4
Views: 8357

Using the following code works fine (use Series.Add to add the Series to the Chart) : Steema.TeeChart.Chart tChart = new Steema.TeeChart.Chart(); tChart.Width = 600; tChart.Height= 400; tChart.Header.Visible = false; tChart.Panel.Gradient.Visible = true; tChart.Series.Clear(); tChart.Legend.ResizeCh...
by Pep
Wed Nov 26, 2003 12:06 pm
Forum: .NET
Topic: Dynamically change chart size ??
Replies: 2
Views: 7982

To resize the WebChart you should use something like :

WebChart1.Width = Unit.Pixel(700);
WebChart1.Height = Unit.Pixel(700);

Josep Lluis Jorge
http://support.steema.com
by Pep
Wed Nov 26, 2003 11:54 am
Forum: .NET
Topic: How can I avoid "Mark" overlap on a Pie Chart
Replies: 8
Views: 17453

>I consider to buy the Product. But too many problems occur. That will >stop me to do that..... >Can you tell me what properties or methods that can avoid Mark >overlapping ? TeeChart for Net v1 has a number of algorithmns that were designed to stop TeeChart SeriesMark overlap. If you aren't happy w...
by Pep
Wed Nov 26, 2003 11:37 am
Forum: VCL
Topic: Bring TSeriesMarkPosition to front
Replies: 7
Views: 21785

I'm sorry, I cannot reproduce the problem here using the code I post in y other reply. How are you stack the bars ? Getting the results as in the following image I am able to print the Chart and see all the Marks in front of the Bars : [img] http://80.32.235.114/hola/stack.jpg [/img] Josep Lluis Jor...
by Pep
Wed Nov 26, 2003 11:01 am
Forum: VCL
Topic: Marks inside of stacked bars?
Replies: 11
Views: 32164

How about using the following code ? : procedure TForm1.PositionChartMarks(BarSeries: TBarSeries); var i: integer; YPos: integer; BarTop: integer; BarBottom: integer; XPos: integer; MarkPos: TSeriesMarkPosition; begin MarkPos := TSeriesMarkPosition.Create; try for i := 0 to BarSeries.Count - 1 do be...
by Pep
Wed Nov 26, 2003 10:11 am
Forum: ActiveX
Topic: OCX in web pages
Replies: 7
Views: 23332

Could you please download one example directly from my machine at :

http://80.32.235.114/hola/AXASPNet.zip

Does it works for you ?

Josep Lluis Jorge
http://support.steema.com
by Pep
Tue Nov 25, 2003 11:50 pm
Forum: .NET
Topic: how to synchronize the CursorTool across charts with ...
Replies: 1
Views: 8879

I cannot reproduce the problem here, I've added two TCharts to the Form , add one line series and CursorTool to each one, the using the following code works fine here, could you test it ? : private void Form1_Load(object sender, System.EventArgs e) { line1.FillSampleValues(10); line2.FillSampleValue...
by Pep
Tue Nov 25, 2003 11:00 pm
Forum: .NET
Topic: Showing Image in Annotation
Replies: 1
Views: 9413

> Any suggestions? My best suggestion is that you continue using the Annotation Tool, even though the Steema.TeeChart.Drawing.Shape.Image property is not serialised to the Template file (I've added this to the list of defects). The following code works reasonably: Steema.TeeChart.Styles.Line line1 =...
by Pep
Tue Nov 25, 2003 10:52 pm
Forum: .NET
Topic: Multiline Series Marks display improperly
Replies: 7
Views: 21630

>I don't see anything in the "Issue Tracker" section of this support web >for any of the dot net defects. How do they get added to the issue >tracker? >Is there something I need to do on my end? We're working on this. For the moment there are not available all the issues/wishes. I think it will be r...
by Pep
Tue Nov 25, 2003 9:35 pm
Forum: .NET
Topic: Why get a wrong Pie Chart ?
Replies: 4
Views: 8357

You should do a repaint before the Chart is saved. You can use the Invalidate method :

tChart.Invalidate();
tChart.Chart.Export.Image.PNG.Save("C:\\test.png");

Josep Lluis Jorge
http://support.steema.com
by Pep
Tue Nov 25, 2003 8:38 pm
Forum: VCL
Topic: Bring TSeriesMarkPosition to front
Replies: 7
Views: 21785

Hi Pascal,

could you please attach the code that you are using to reproduce the problem ?

Josep Lluis Jorge
http://support.steema.com
by Pep
Tue Nov 25, 2003 6:48 pm
Forum: ActiveX
Topic: transparency
Replies: 3
Views: 7508

I'm afraid there's no way to do this in the latest TeeChart Pro version. I've added this feature on our wish list to be considered for the next releases.

Josep Lluis Jorge
http://support.steema.com
by Pep
Tue Nov 25, 2003 6:21 pm
Forum: ActiveX
Topic: Documentation and Legends
Replies: 1
Views: 6663

Hi Marshall, >The documentation seems to be woefully lacking in how to develop ASP >code. I can't even find decent material on methods and properties. Have you seen the Tutorials, and help files ? You should find all the methods and properties that can be used. >There doesn't seem to be a cenrtal li...
by Pep
Tue Nov 25, 2003 4:28 pm
Forum: ActiveX
Topic: Problem with ShowEditor and its modal behavior
Replies: 3
Views: 13923

>What is an appropriate way to track this item and be notified when it is >resolved? The best way to post your questions/problems/bugs is here (ActuveX forum in your case). For wishes and ideas you can post them in the "Wishes & Ideas" forum. For the moment the only way to know when a bug is resolve...
by Pep
Tue Nov 25, 2003 4:10 pm
Forum: ActiveX
Topic: No reply to VC++ example "Surface" does not work!
Replies: 1
Views: 9195

>What's happening with tech. support ?
Sorry for delay, now it's answered. (see my other post ).

>I'm also not getting replies for paid tech support! !
We've not received any message from you using the Pro Support plan.

Josep Lluis Jorge
http://support.steema.com