Hi Milton,
I have just sent you an e-mail with downloading instructions for v7.02.
Regarding the pie slices bug it has been solved in the 7.02 version.
Search found 14731 matches
- Thu Dec 09, 2004 5:38 pm
- Forum: VCL
- Topic: MouseMove event over a zoomed TChart
- Replies: 5
- Views: 5016
- Thu Dec 09, 2004 4:20 pm
- Forum: VCL
- Topic: Open Area Ends
- Replies: 7
- Views: 6495
- Thu Dec 09, 2004 4:13 pm
- Forum: .NET
- Topic: Shape series bug isn't fixed
- Replies: 6
- Views: 6434
Hi SteveR, I have tried to reproduce it here but worked perfectly. I used builds: 1.1.1644.16795 and 1.1.1797.19456. Can you check if your project references are ok. Could you also send as a small project so we can reproduce the problem "as-is" here? To send us any project please post it in our stee...
- Thu Dec 09, 2004 11:39 am
- Forum: Activex
- Topic: Drag and drop selected item from listbox into TeeChart
- Replies: 10
- Views: 8482
- Thu Dec 09, 2004 9:15 am
- Forum: VCL
- Topic: MouseMove event over a zoomed TChart
- Replies: 5
- Views: 5016
- Fri Dec 03, 2004 3:47 pm
- Forum: VCL
- Topic: TeeRecompile 7.01 deletes entire \Delphi\Bin contents
- Replies: 11
- Views: 9803
- Fri Dec 03, 2004 10:06 am
- Forum: Activex
- Topic: Changing color of asArea.AreaBrush patterns
- Replies: 3
- Views: 3901
- Fri Dec 03, 2004 9:22 am
- Forum: VCL
- Topic: TeeRecompile 7.01 deletes entire \Delphi\Bin contents
- Replies: 11
- Views: 9803
Hi SteveP, TeeChart Source Code is C:\TeeChart Pro v7.01 Full Source Code\Source Relative Destination is Compiled Then the folders TeeRecompile should delete to add the new compiled files are: C:\TeeChart Pro v7.01 Full Source Code\Source\Compiled\Delphi7\Bin C:\TeeChart Pro v7.01 Full Source Code\S...
- Thu Dec 02, 2004 5:41 pm
- Forum: VCL
- Topic: TeeRecompile 7.01 deletes entire \Delphi\Bin contents
- Replies: 11
- Views: 9803
Hi SteveP, Are you really sure of what you are saying? We have never heard of a case like this and it is really strange. I have used myself this recompile tool in my machine and nothing wrong happened. The only case that I can imagine of is that you set the "Relative Destination" path pointing at "C...
- Thu Dec 02, 2004 9:55 am
- Forum: .NET
- Topic: Contour is hogging CPU after form activate
- Replies: 8
- Views: 8874
- Thu Dec 02, 2004 9:30 am
- Forum: .NET
- Topic: Labels on Surface series
- Replies: 1
- Views: 3044
Hi mweaver, to do this you have to edit the series marks. You can do it easily using the editor or by code doing something like: Steema.TeeChart.Styles.SeriesMarks marks=this.tChart1.Series[0].Marks ; marks.Visible = true; marks.Transparent = true; marks.DrawEvery = 8; marks.Style = Steema.TeeChart....
- Wed Dec 01, 2004 11:56 am
- Forum: .NET
- Topic: Double Logarithmic and other Axis
- Replies: 3
- Views: 4336
Hi Pekai, Axis are fully customizable. You can set the increments you need. You can also set the minimum and maximum values as other arguments. You can also only show the labels you want using custom axis labels. There is an example of this at the TeeChart for .NET demo which comes with the installe...
- Mon Nov 29, 2004 8:50 am
- Forum: VCL
- Topic: Using ExactDateTime = True on Week increment doesn't work
- Replies: 5
- Views: 5564
Hi FP, Then the solution would be adding the labels you want using the following code: Private Sub TChart1_OnGetNextAxisLabel(ByVal Axis As Long, ByVal LabelIndex As Long, LabelValue As Double, MoreLabels As Boolean) If Axis = atBottom Then MoreLabels = True 'Only label if following cases are true S...
- Fri Nov 26, 2004 4:46 pm
- Forum: Activex
- Topic: Access violation error
- Replies: 1
- Views: 2801
- Fri Nov 26, 2004 4:27 pm
- Forum: VCL
- Topic: Using ExactDateTime = True on Week increment doesn't work
- Replies: 5
- Views: 5564