Search found 1190 matches

by Marc
Fri Dec 29, 2023 12:20 pm
Forum: .NET
Topic: dragdrop .csv files issue
Replies: 1
Views: 6327

Re: dragdrop .csv files issue

Hello Sharkann,

Please check this forum thread for a working example:

Drag-Drop onto custom Y-axis chart area

Regards,
Marc Meumann
by Marc
Fri Dec 29, 2023 9:08 am
Forum: VCL
Topic: How to get TColorGrid scrolling
Replies: 5
Views: 2282

Re: How to get TColorGrid scrolling

Hello Sciensoria, If you add a ColorGrid to a Chart and add the following code you'll see a basic scroll on the data: procedure TForm5.Button1Click(Sender: TObject); begin Chart1.Axes.Bottom.Scroll(1); //scroll right end; procedure TForm5.Button2Click(Sender: TObject); begin Chart1.Axes.Bottom.Scrol...
by Marc
Thu Dec 28, 2023 1:21 pm
Forum: .NET
Topic: View legend symbols at custom location
Replies: 6
Views: 3788

Re: View legend symbols at custom location

Hello, You can't get the symbol itself but you can get most of the information you need to plot it. The event from the previous examples offers up the rectangular size of the symbol to be plotted and the colours can be extracted from the Series value index, then knowing if you're going to have a squ...
by Marc
Wed Dec 27, 2023 3:25 pm
Forum: .NET
Topic: An unexpected stack of bars and a line at the top
Replies: 2
Views: 1594

Re: An unexpected stack of bars and a line at the top

Hello, Thank you for the bug report. Point 1 is reproducible. It may be an error with the clipping region at render time; we'll take a look. bug ref bug id 2663 . Point 2 can be corrected by alllocating the right axis in this way: bar2.VertAxis = VerticalAxis.Right; If you wish to use a Custom Verti...
by Marc
Thu Dec 21, 2023 8:36 am
Forum: .NET
Topic: View legend symbols at custom location
Replies: 6
Views: 3788

Re: View legend symbols at custom location

Hello, We were cross.checking options as it's not entirely clear to us from your description how you are creating the combined pdf output, and example of how you are doing that would be useful. On the other hand, we're still of the view that defining your own image symbol outside the Chart for your ...
by Marc
Fri Dec 15, 2023 8:40 am
Forum: .NET
Topic: View legend symbols at custom location
Replies: 6
Views: 3788

Re: View legend symbols at custom location

Greetings, Please see the following tutorial: https://steema.com/docs/teechart/net/tutorials/html/TeeChartProNetTutorialsContentsTutorial5-LegendDesign.htm See this example for modification of the Legend symbols themselves at runtime: https://github.com/Steema/TeeChart-NET-Pro-Samples/blob/main/WinF...
by Marc
Fri Dec 15, 2023 8:31 am
Forum: .NET
Topic: .Net Steema Business CursorTool missing
Replies: 1
Views: 2218

Re: .Net Steema Business CursorTool missing

Hello BenGer, The TeeChart for NET Business Edition doesn't include the Cursortool, that is included with the Pro version. Please see the featurematrix for differences: https://www.steema.com/feature_matrix/net I have checked the TeeChart Business Version 5.2023.11.17 and do not see the tool there. ...
by Marc
Tue Dec 12, 2023 8:52 am
Forum: VCL / FMX
Topic: TCheckBox as column EditorClass
Replies: 2
Views: 17477

Re: TCheckBox as column EditorClass

Thank you for the feedback.

Regards,
Marc Meumann
by Marc
Tue Dec 12, 2023 8:51 am
Forum: VCL / FMX
Topic: Grid scrollbar height
Replies: 1
Views: 1693

Re: Grid scrollbar height

Hello,

TeeGrid uses Embarcadero's TScrollBar (Windows scrollbar) and is limited by its possibilities.

Regards,
Marc Meumann
by Marc
Tue Dec 05, 2023 8:10 am
Forum: .NET
Topic: cursor FollowMouse flag
Replies: 1
Views: 6294

Re: cursor FollowMouse flag

Hello,

Thank you for the bug report, The issue has been resolved for inclusion in the next update release.

Regards,
Marc Meumann
by Marc
Tue Dec 05, 2023 7:35 am
Forum: .NET
Topic: x-axis
Replies: 2
Views: 3238

Re: x-axis

Hello,

You can set the Axis increment to the required spacing.

See: Axis Tutorial

Follow the contents link to Increment.

Regards.
Marc Meumann
by Marc
Mon Dec 04, 2023 8:24 pm
Forum: VCL / FMX
Topic: TeeGrid OnTap
Replies: 14
Views: 32419

Re: TeeGrid OnTap

Hello Garry, This is still checking out ok on tests on a mobile device. In this case a Realme 6 on Android 11. I can make the test project available if you think it may be useful. It runs 10,000 lines and marks the selected row as an arrow at row beginning. I put a label in to confirm the selected r...
by Marc
Mon Dec 04, 2023 3:57 pm
Forum: VCL / FMX
Topic: TeeGrid OnTap
Replies: 14
Views: 32419

Re: TeeGrid OnTap

Hello Garry,

Apologies that you're not getting a quick answer for this. Resource time is being assigned to the issue and hopefully we can get some feedback to you very soon.

Regards,
Marc
by Marc
Tue Nov 21, 2023 6:15 pm
Forum: .NET
Topic: Position setting of coordinate axis labels
Replies: 5
Views: 5814

Re: Position setting of coordinate axis labels

Hello, The issue has been resolved ( issues #2651] ) and the solution will be included with the next TeeChart update. I have ported this code back into the relevant method for the sourcecode version, 4.1.2017.02140, and although I am unable to test all possible usage scenarios for this version, it s...