Search found 10 matches

by NREL
Tue Apr 03, 2007 5:06 am
Forum: VCL
Topic: TeeChart v8 VCL Beta Released
Replies: 58
Views: 86525

Interested in testing...

I would be interested in Beta Testing VCL 8...

I am using for standalone engineering/financial applications and would like to have better editor control and more flexability with the Legend and series naming and updating.
by NREL
Tue Apr 03, 2007 5:01 am
Forum: VCL
Topic: Contour Plot Legend
Replies: 0
Views: 4959

Contour Plot Legend

How do I control what values appear in the legend for a Contour plot?

I would like many fewer that the series values.

Thanks
by NREL
Tue Apr 03, 2007 4:59 am
Forum: VCL
Topic: DepthAxis.Title.Angle not working
Replies: 1
Views: 4476

DepthAxis.Title.Angle not working

I cannot get the angle for the DepthAxis Title to work from the editor nor programmatically:

chart1.DepthAxis.Title.Angle := 45;

What am I doing wrong?
by NREL
Fri Jun 16, 2006 5:01 am
Forum: VCL
Topic: AV with Chart and Grid
Replies: 1
Views: 4519

AV with Chart and Grid

Application with a TPanel, TChart and a TChartGrid (with Chart set to Chart1) on a Form that cause AV whenever the mouseMove event is triggered from the TPanel. To reproduce: New Application Drop on a Tpanel, TChart and TChartGrid and set the Chart property of the Chart Grid to the Chart. Move the m...
by NREL
Wed May 18, 2005 10:11 pm
Forum: VCL
Topic: Crash - access violation in TTeeCustomShapeBrushPen.Repaint
Replies: 6
Views: 11103

FYI,
After reading the last suggestion, I did try the FreeAllSeries method instead of the SeriesList.Clear method and this appears to have solved the problem.
by NREL
Wed May 18, 2005 9:40 pm
Forum: VCL
Topic: Crash - access violation in TTeeCustomShapeBrushPen.Repaint
Replies: 6
Views: 11103

Seeing how old this posting is, I was wondering if there was ever a resolution to this problem. I am experiencing this same problem using TeeChart 7.04 and Delphi 7. I had no problems using TeeChart 5.02 and Delphi 6. Using TC7.04 and Delphi 7, when I close my application I get an access violation e...
by NREL
Mon Jan 24, 2005 11:28 pm
Forum: VCL
Topic: How to create a legend for each y-axis (left and right)
Replies: 2
Views: 6156

Specific example question: I have a system S that has a property X which is an independent variable and a secon variable T which is an independent variable. So, I vary X and T and record the Output O(X,T) and the Cost C(X,T) (both are a function of X and T). Given X={x1,x2,x3} and T=(t1,t2} I constr...
by NREL
Thu Jan 20, 2005 8:27 am
Forum: VCL
Topic: Surface Series from multiple line series?
Replies: 4
Views: 9251

Surface Series from multiple line series?

Is it possible to create a SurfaceSeries from multiple LineSeries? If I have LineSeries1 and LineSeries2 both with same X values, can I create a SurfaceSeries that has these values with Z=1 and Z=2; that is, Given LineSeries1 constructed by: LineSeries1.AddXY(X1 ,Y1 ) LineSeries2 constructed by: Lin...
by NREL
Thu Jan 20, 2005 6:59 am
Forum: VCL
Topic: How to create a legend for each y-axis (left and right)
Replies: 2
Views: 6156

How to create a legend for each y-axis (left and right)

How do I create a separate legend for left and right y-axis in a line plot with n series tied to left axis and m series tied to right axis? The legend only works for a chart and I do not see how to break apart based on axis. The new features demo show how to create a second legend but that is for se...
by NREL
Mon May 10, 2004 7:05 am
Forum: .NET
Topic: TeeRecompile for Delphi 8
Replies: 1
Views: 6054

TeeRecompile for Delphi 8

During install and when manually using TeeRecompile with TeeChart Pro v7, I get the error "Error: Cannot find .Net GACUTIL.EXE tool in the current search path" I have placed GACUTIL in windows in BDS\2.0, bin and lib and in Teechart where TeeReompile and where sources reside. Where should I place th...