Search found 33 matches
- Mon Sep 27, 2021 2:00 pm
- Forum: VCL
- Topic: Title‘s Colors in ChartListBox
- Replies: 8
- Views: 18060
Re: Title‘s Colors in ChartListBox
I want to change its shape shown in the ChartListBox, not color.
- Mon Sep 27, 2021 9:02 am
- Forum: VCL
- Topic: Title‘s Colors in ChartListBox
- Replies: 8
- Views: 18060
Re: Title‘s Colors in ChartListBox
Please find the attached file and the hand tag.How to change the Color tag/band (between ActiveCheck and SeriesTitle) from “square” to “line”?
- Mon Sep 27, 2021 4:41 am
- Forum: VCL
- Topic: Title‘s Colors in ChartListBox
- Replies: 8
- Views: 18060
Re: Title‘s Colors in ChartListBox
How to change the Color tag/band (between ActiveCheck and SeriesTitle) from “square” to “line”?
- Fri Feb 26, 2021 4:20 am
- Forum: VCL
- Topic: New Features Demo 64
- Replies: 1
- Views: 7197
New Features Demo 64
Run “New Features Demo 64”, and search a word. Raising “Error loading midas.dll”.
- Fri Dec 11, 2020 6:58 pm
- Forum: VCL
- Topic: Axes.Depth.Title.Angle
- Replies: 5
- Views: 15489
Re: Axes.Depth.Title.Angle
If I don't use GLCanvas, is there any other way to arrange Axes.Depth.Title along the axis?
- Thu Dec 10, 2020 7:58 am
- Forum: VCL
- Topic: Axes.Depth.Title.Angle
- Replies: 5
- Views: 15489
Re: Axes.Depth.Title.Angle
Chinese characters are displayed on the GLCanvas in messy codes. Please find the attached file, and see Chart.Title, Chart.Legend, Axes.Title.
Any suggestions? Would you like to give me an example? Thanks a lot!
Any suggestions? Would you like to give me an example? Thanks a lot!
Code: Select all
Chart1.Canvas := TGLCanvas.Create;
- Sun Dec 06, 2020 4:41 am
- Forum: VCL
- Topic: 3D Chart with TGLCanvas
- Replies: 1
- Views: 7968
3D Chart with TGLCanvas
I want to have “AutoHide” Walls with Frame (see Red Lines in attached pictures). The code used as follows: with Walls do begin Visible := true; Size := 1; View3DWalls := false; Left.Visible := true; Left.AutoHide := true; Bottom.Visible := true; Bottom.AutoHide := true; Back.Visible := true; Back.Au...
- Thu Oct 01, 2020 3:00 am
- Forum: VCL
- Topic: Title‘s Colors in ChartListBox
- Replies: 8
- Views: 18060
Re: Title‘s Colors in ChartListBox
Please find attached.
- Wed Sep 30, 2020 2:01 am
- Forum: VCL
- Topic: Title‘s Colors in ChartListBox
- Replies: 8
- Views: 18060
Title‘s Colors in ChartListBox
I hope to show Titles using the same Color with its corresponding Series in a ChartListBox, but Title‘s Color is not consistent with SeriesColor in ChartListBox. with aChartListBox do begin Chart := aChart; EnableChangeType := false; EnableChangeColor := true; EnableDragSeries := false; ShowSeriesIc...
- Mon Sep 21, 2020 2:33 am
- Forum: VCL
- Topic: Two questions about TPoint3Dseries
- Replies: 4
- Views: 13589
Re: Two questions about TPoint3Dseries
Hi, Yeray:
Can you give me a suggestion? Thanks a lot.
Can you give me a suggestion? Thanks a lot.
- Mon Sep 21, 2020 2:14 am
- Forum: VCL
- Topic: How to draw an elliptic cylinder?
- Replies: 5
- Views: 14623
Re: How to draw an elliptic cylinder?
It works fine.
How to make such a Series visible or not as required? i.e. use a CheckBox to make it visible or not.
How to make such a Series visible or not as required? i.e. use a CheckBox to make it visible or not.
- Fri Sep 18, 2020 2:19 am
- Forum: VCL
- Topic: How to draw an elliptic cylinder?
- Replies: 5
- Views: 14623
Re: How to draw an elliptic cylinder?
It is great and useful.it should be possible to use a TSurfaceSeries or a TPoint3DSeries to draw it.
If it is required to draw a semitransparent surface, how to set Brush’s transparency? Or, is there any other way?
- Fri Sep 18, 2020 2:00 am
- Forum: VCL
- Topic: Two questions about TPoint3Dseries
- Replies: 4
- Views: 13589
Re: Two questions about TPoint3Dseries
Please find attached.
- Wed Sep 16, 2020 12:14 pm
- Forum: VCL
- Topic: Two questions about TPoint3Dseries
- Replies: 4
- Views: 13589
Two questions about TPoint3Dseries
2. Axis’s Titles are not in the right positions and angles.
Please help me with these problems. Thanks!
- Tue Sep 15, 2020 7:13 am
- Forum: VCL
- Topic: Axes.Depth.Title.Angle
- Replies: 5
- Views: 15489
Axes.Depth.Title.Angle
In a 3D Chart, I want that Axes.Depth.Title is arranged along the axis (See the red line with an arrow in the attached figure). Although the following codes were used, it still does not work. How to solve this problem? procedure TfrmUPlot3D.TheChartBeforeDrawSeries(Sender: TObject); var aStart, aEnd...