Search found 33 matches

by xsLiu
Mon Sep 27, 2021 2:00 pm
Forum: VCL
Topic: Title‘s Colors in ChartListBox
Replies: 8
Views: 13547

Re: Title‘s Colors in ChartListBox

I want to change its shape shown in the ChartListBox, not color.
by xsLiu
Mon Sep 27, 2021 9:02 am
Forum: VCL
Topic: Title‘s Colors in ChartListBox
Replies: 8
Views: 13547

Re: Title‘s Colors in ChartListBox

How to change the Color tag/band (between ActiveCheck and SeriesTitle) from “square” to “line”?
Please find the attached file and the hand tag.
by xsLiu
Mon Sep 27, 2021 4:41 am
Forum: VCL
Topic: Title‘s Colors in ChartListBox
Replies: 8
Views: 13547

Re: Title‘s Colors in ChartListBox

How to change the Color tag/band (between ActiveCheck and SeriesTitle) from “square” to “line”?
by xsLiu
Fri Feb 26, 2021 4:20 am
Forum: VCL
Topic: New Features Demo 64
Replies: 1
Views: 5792

New Features Demo 64

Run “New Features Demo 64”, and search a word. Raising “Error loading midas.dll”.
by xsLiu
Fri Dec 11, 2020 6:58 pm
Forum: VCL
Topic: Axes.Depth.Title.Angle
Replies: 5
Views: 13382

Re: Axes.Depth.Title.Angle

If I don't use GLCanvas, is there any other way to arrange Axes.Depth.Title along the axis?
by xsLiu
Thu Dec 10, 2020 7:58 am
Forum: VCL
Topic: Axes.Depth.Title.Angle
Replies: 5
Views: 13382

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!

Code: Select all

  Chart1.Canvas := TGLCanvas.Create;
by xsLiu
Sun Dec 06, 2020 4:41 am
Forum: VCL
Topic: 3D Chart with TGLCanvas
Replies: 1
Views: 6471

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...
by xsLiu
Thu Oct 01, 2020 3:00 am
Forum: VCL
Topic: Title‘s Colors in ChartListBox
Replies: 8
Views: 13547

Re: Title‘s Colors in ChartListBox

Please find attached.
Point3D.jpg
Point3D.jpg (66.09 KiB) Viewed 13531 times
by xsLiu
Wed Sep 30, 2020 2:01 am
Forum: VCL
Topic: Title‘s Colors in ChartListBox
Replies: 8
Views: 13547

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...
by xsLiu
Mon Sep 21, 2020 2:33 am
Forum: VCL
Topic: Two questions about TPoint3Dseries
Replies: 4
Views: 11525

Re: Two questions about TPoint3Dseries

Hi, Yeray:
Can you give me a suggestion? Thanks a lot.
by xsLiu
Mon Sep 21, 2020 2:14 am
Forum: VCL
Topic: How to draw an elliptic cylinder?
Replies: 5
Views: 12699

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.
by xsLiu
Fri Sep 18, 2020 2:19 am
Forum: VCL
Topic: How to draw an elliptic cylinder?
Replies: 5
Views: 12699

Re: How to draw an elliptic cylinder?

it should be possible to use a TSurfaceSeries or a TPoint3DSeries to draw it.
It is great and useful.
If it is required to draw a semitransparent surface, how to set Brush’s transparency? Or, is there any other way?
by xsLiu
Fri Sep 18, 2020 2:00 am
Forum: VCL
Topic: Two questions about TPoint3Dseries
Replies: 4
Views: 11525

Re: Two questions about TPoint3Dseries

Please find attached.
by xsLiu
Wed Sep 16, 2020 12:14 pm
Forum: VCL
Topic: Two questions about TPoint3Dseries
Replies: 4
Views: 11525

Two questions about TPoint3Dseries

Fig3D.jpg
Fig3D.jpg (423.15 KiB) Viewed 11525 times
1. The Callout does not draw a line from THE ANNOTATION.
2. Axis’s Titles are not in the right positions and angles.
Please help me with these problems. Thanks!
by xsLiu
Tue Sep 15, 2020 7:13 am
Forum: VCL
Topic: Axes.Depth.Title.Angle
Replies: 5
Views: 13382

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...