Search found 15 matches
- Tue Jul 05, 2011 12:12 pm
- Forum: VCL
- Topic: Transparent rectangles with different XYZ extend
- Replies: 8
- Views: 9296
Re: Transparent rectangles with different XYZ extend
Hi Yeray, OK, I just solved it, it should look like this: // Get Cluster extend in pixels XSize := PCAChart.BottomAxis.CalcSizeValue(FClusterAnalyser.GetMaxDistanceX(ClusterIndex)); YSize := PCAChart.LeftAxis.CalcSizeValue(FClusterAnalyser.GetMaxDistanceY(ClusterIndex)); ZSize := PCAChart.DepthAxis....
- Tue Jul 05, 2011 10:19 am
- Forum: VCL
- Topic: Transparent rectangles with different XYZ extend
- Replies: 8
- Views: 9296
Re: Transparent rectangles with different XYZ extend
Hi Yeray, >Maybe the chart hasn't been drawn yet when you call these methods? Yes, that was the first obstacle, but after solving that the plot is still off. Now I tried the approach that was suggested by Narcis, drawing cubes in the TChart OnAfterDraw event. In this case the extends of the cubes se...
- Thu Jun 30, 2011 2:50 pm
- Forum: VCL
- Topic: Transparent rectangles with different XYZ extend
- Replies: 8
- Views: 9296
Re: Transparent rectangles with different XYZ extend
Hi Narcis, >I'm afraid such a series doesn't exist. However, custom drawing is still a valid option as you can convert from axis values to screen coordinates and viceversa >using methods like CalcPosValue and CalcPosPoint. At the moment I am creating individual TPoint3DSeries for each Cluster/Rectan...
- Thu Jun 30, 2011 11:42 am
- Forum: VCL
- Topic: Transparent rectangles with different XYZ extend
- Replies: 8
- Views: 9296
Re: Transparent rectangles with different XYZ extend
Hi Narcis, Thank you, but this was not what I meant. I need a series that contains individually sizable transparent rectangles as Items where I can set the X,Y,Z extend for each rectangle separately in units of the plot and not in pixels. You have now created one cube which size is given in pixels (...
- Tue Jun 28, 2011 8:50 am
- Forum: VCL
- Topic: Transparent rectangles with different XYZ extend
- Replies: 8
- Views: 9296
Transparent rectangles with different XYZ extend
Hi, I am currently using TChart 2011 and I'd like to draw multiple semi-transparent rectangles with different X,Y,Z extends like shown in the clustering example. Capture.JPG Which series I do have to uses to achieve that, because the normal TPoint3DSeries does not allow for varying X,Y,Z extends per...
- Tue Mar 09, 2010 1:37 pm
- Forum: VCL
- Topic: Display text in OpenGL mode perpendicular to viewing axis
- Replies: 4
- Views: 7845
Display text in OpenGL mode perpendicular to viewing axis
Hi, in OpenGL mode all shown text rotates with the graphics/axes which makes it unreadable most of the time (Please see: OpenGLModeText.png). In normal 3D mode the text is always displayed perpendicular to the viewing axis. (Please see: Normal3DModeText.png). This is the preferred solution because i...
- Thu Jun 04, 2009 1:16 pm
- Forum: VCL
- Topic: How to create high-resolution bitmaps of OpenGL charts
- Replies: 3
- Views: 4318
- Thu Jun 04, 2009 1:10 pm
- Forum: VCL
- Topic: Misplaced Depth Right Axis Title in V8.0.2 (in OpenGL mode)
- Replies: 7
- Views: 6457
- Thu Jun 04, 2009 7:05 am
- Forum: VCL
- Topic: How to create high-resolution bitmaps of OpenGL charts
- Replies: 3
- Views: 4318
How to create high-resolution bitmaps of OpenGL charts
Hi TChart Team, to create high-quality/high-resolution bitmaps from OpenGL surface series I tried to export bitmap (.BMP) files with higher resolution by activating the Chart editor, selecting the Export page and entering a size of for example 3000 pixels width. If I save the BMP file with these set...
- Thu Jun 04, 2009 6:16 am
- Forum: VCL
- Topic: Misplaced Depth Right Axis Title in V8.0.2 (in OpenGL mode)
- Replies: 7
- Views: 6457
Hi TChart Team, I just installed V8.05 and this bug is still not fixed. This is unfortunately a real showstopper for our next release. Can someone please point me to the source file where this bug is located and give a hint what is going wrong. Then I can try to fix it myself. Tips for other workaro...
- Tue Mar 17, 2009 12:05 pm
- Forum: VCL
- Topic: How to programmatically switch DateTime property of Axis
- Replies: 3
- Views: 4368
- Tue Mar 17, 2009 10:35 am
- Forum: VCL
- Topic: How to programmatically switch DateTime property of Axis
- Replies: 3
- Views: 4368
How to programmatically switch DateTime property of Axis
Hi TChart Team, I can switch on/off the DateTime property for the Vertical Axis of a TColorGridSeries by selecting this series in the editor window and then activating the "General" tab. There you find this switch in the "Vertical Axis" group box. How can I do that programmatically for a TColorGridS...
- Tue Mar 03, 2009 12:22 pm
- Forum: VCL
- Topic: Bug in THistogramSeries
- Replies: 15
- Views: 15353
Bug in THistogramSeries
Dear TChart Team, I have found a bug in Version 8.04. The display/bottom axes of THistogramSeries is obviously wrong. The data is displaced on the x-axis. To reproduce this: Add a HistogramSeries to a Chart. Then fill the HistogramSeries using this code: procedure TForm2.FormCreate(Sender: TObject);...
- Thu Jan 03, 2008 1:07 pm
- Forum: VCL
- Topic: Misplaced Depth Right Axis Title in V8.0.2 (in OpenGL mode)
- Replies: 7
- Views: 6457
Hi Narcis, thanks for the fast reply! I have another remark concerning the Depth Right Axis title. Unfortunately it is only possible to display this title perpendicular to this axis. For other axes like the Left and Bottom axis it is possible to display the titles along the axes. This is of course t...
- Thu Jan 03, 2008 12:28 pm
- Forum: VCL
- Topic: Misplaced Depth Right Axis Title in V8.0.2 (in OpenGL mode)
- Replies: 7
- Views: 6457
Misplaced Depth Right Axis Title in V8.0.2 (in OpenGL mode)
Hi Steema team, I just upgraded our software package from TChart 7 to TChart 8.0.2. Unfortunately it seems that a small bug was introduced in the new version concerning the painting of the title of the Depth Right Axis in OpenGL mode. The title is now misplaced and is displayed in front of the chart...