Search found 1186 matches

by Marc
Thu Dec 21, 2023 8:36 am
Forum: .NET
Topic: View legend symbols at custom location
Replies: 6
Views: 3597

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: 3597

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: 2149

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: 16728

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: 1618

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: 5556

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: 3054

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: 31697

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: 31697

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: 5274

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...
by Marc
Mon Nov 20, 2023 7:41 am
Forum: .NET
Topic: Position setting of coordinate axis labels
Replies: 5
Views: 5274

Re: Position setting of coordinate axis labels

Hello,

Apologies for the delay replying. Currently, non-regular angles, (not 0,90,180,270), are not correctly rendering distance from the axis. We are reviewing the code related to this area.

Regards,
Marc Meumann
by Marc
Fri Nov 17, 2023 8:43 am
Forum: .NET
Topic: contour legend bug?
Replies: 2
Views: 3954

Re: contour legend bug?

Update. The issue has been resolved for inclusion in the next update. The problem relates to the LegendStyles.Palette setting for the Legend Style, hence a temporary workaround to be able to continue working could be to set it to "Values". ie. tChart1.Legend.LegendStyle = LegendStyles.Values; Regard...
by Marc
Wed Nov 15, 2023 9:06 am
Forum: .NET
Topic: contour legend bug?
Replies: 2
Views: 3954

Re: contour legend bug?

Hello,

Thank you for the bug report. I confirm that we can reproduce this problem for 3D Series for the latest build when Legend visible is true. We will check and fix the problem.

Regards,
Marc Meumann
by Marc
Tue Nov 14, 2023 11:56 am
Forum: .NET
Topic: how to show the merged X axes?
Replies: 10
Views: 6409

Re: how to show the merged X axes?

Hello, Here's an example how to dynamically modify the location of output relative to Axis Label angle. This example outputs a small test text sample. //declare var for max label width (length) double maxLabelWidth = 0; //then in Form_load or data refresh set: maxLabelWidth = tChart1.Axes.Bottom.Max...