line->Axis = axisVert;
What is axisVert???
Search found 27 matches
- Mon Aug 21, 2023 2:01 am
- Forum: VCL
- Topic: How to draw an axis
- Replies: 5
- Views: 20175
- Fri Aug 18, 2023 9:48 am
- Forum: VCL
- Topic: How to draw an axis
- Replies: 5
- Views: 20175
Re: How to draw an axis
I can't find it. Can you give me a demo?
- Thu Aug 17, 2023 8:06 am
- Forum: VCL
- Topic: How to Draw Lines
- Replies: 1
- Views: 12956
How to Draw Lines
I want to draw 2 lines using the following code。 int nLeft=Chart->ChartRect.Left; int nRight=Chart->ChartRect.Right; int nTop=Chart->ChartRect.Top; int nBottom=Chart->ChartRect.Bottom; Chart->Canvas->Pen->Width = 3; Chart->Canvas->DoHorizLine(nLeft, nRight, 10); Chart->Canvas->DoVertLine(10, nTop, n...
- Wed Aug 16, 2023 8:03 am
- Forum: VCL
- Topic: How to draw an axis
- Replies: 5
- Views: 20175
How to draw an axis
How to draw the red axis on a graph?
Using c++builder。
Using c++builder。
- Tue Aug 08, 2023 1:22 am
- Forum: VCL
- Topic: c++builder How to prohibit dragging legends
- Replies: 14
- Views: 36358
Re: c++builder How to prohibit dragging legends
How to prevent the legend from being dragged during the chartmousemove event, as shown in the following example???
- Thu Aug 03, 2023 2:58 am
- Forum: VCL
- Topic: c++builder How to prohibit dragging legends
- Replies: 14
- Views: 36358
Re: c++builder How to prohibit dragging legends
How to determine whether the selected item is a legend in the Chart1MouseUp function???
- Tue Aug 01, 2023 6:46 am
- Forum: VCL
- Topic: c++builder How to prohibit dragging legends
- Replies: 14
- Views: 36358
Re: c++builder How to prohibit dragging legends
How to obtain a legend pointer for the Chart1MouseUp function???
- Fri Jul 28, 2023 9:12 am
- Forum: VCL
- Topic: c++builder How to prohibit dragging legends
- Replies: 14
- Views: 36358
Re: c++builder How to prohibit dragging legends
Due to requirements, I can only use Annotation. How can I prevent dragging legends?
Please provide a demo of c++builder。
Please provide a demo of c++builder。
- Thu Jul 27, 2023 2:33 am
- Forum: VCL
- Topic: c++builder How to prohibit dragging legends
- Replies: 14
- Views: 36358
Re: c++builder How to prohibit dragging legends
Does anyone answer my question???
- Tue Jul 25, 2023 7:17 am
- Forum: VCL
- Topic: c++builder How to prohibit dragging legends
- Replies: 14
- Views: 36358
Re: c++builder How to prohibit dragging legends
I found the reason。
I added a selection tool to achieve drag and drop annotation functionality。
This causes the legend to also be dragged. How to solve this problem???
I added a selection tool to achieve drag and drop annotation functionality。
This causes the legend to also be dragged. How to solve this problem???
- Mon Jul 24, 2023 8:31 am
- Forum: VCL
- Topic: c++builder How to prohibit dragging legends
- Replies: 14
- Views: 36358
Re: c++builder How to prohibit dragging legends
Why is it possible to drag by default?
How to prevent the legend from being dragged?
How to prevent the legend from being dragged?
- Mon Jul 24, 2023 1:32 am
- Forum: VCL
- Topic: c++builder How to prohibit dragging legends
- Replies: 14
- Views: 36358
c++builder How to prohibit dragging legends
How to prohibit dragging legends?
- Fri Jul 07, 2023 6:37 am
- Forum: VCL
- Topic: Editing Chart Save Settings
- Replies: 3
- Views: 15456
Re: Editing Chart Save Settings
TChartEditor *ChartEditor;
ChartEditor->Execute();
How to save the settings in the pop-up dialog box of the above code???
ChartEditor->Execute();
How to save the settings in the pop-up dialog box of the above code???
- Mon Jul 03, 2023 1:36 am
- Forum: VCL
- Topic: How to display red numbers on the X-axis
- Replies: 10
- Views: 24423
Re: How to display red numbers on the X-axis
It's not necessary to have an interval of 1. What I mean is whether it's possible to display as many numbers as possible during adaptation?
- Fri Jun 30, 2023 3:21 am
- Forum: VCL
- Topic: How to display red numbers on the X-axis
- Replies: 10
- Views: 24423
Re: How to display red numbers on the X-axis
I have added the image to the attachment!
I suggest that you modify the insert image function to pop up a dialog box for users to select an image. This is a formal practice for many software applications.
I suggest that you modify the insert image function to pop up a dialog box for users to select an image. This is a formal practice for many software applications.