Search found 7 matches

by BrayanSosa
Wed Jun 05, 2024 2:46 pm
Forum: .NET
Topic: Rotate() method failing to rotate 3D cylinder
Replies: 5
Views: 11866

Re: Rotate() method failing to rotate 3D cylinder

I appreciate that, thank you very much :)
by BrayanSosa
Tue Jun 04, 2024 2:11 pm
Forum: .NET
Topic: Rotate() method failing to rotate 3D cylinder
Replies: 5
Views: 11866

Re: Rotate() method failing to rotate 3D cylinder

I like this feature and will probably still be implementing it, however I was more looking to rotate just the cylinder while having the chart still locked in place.
by BrayanSosa
Mon Jun 03, 2024 4:48 pm
Forum: .NET
Topic: Rotate() method failing to rotate 3D cylinder
Replies: 5
Views: 11866

Rotate() method failing to rotate 3D cylinder

I am trying to create a 3D TeeChart that contains a Cylinder in the center. I want said cylinder to rotate around in the direction the mouse moves every time the user holds left click and drags. I want the cylinders center to remain the same while everything else rotates around it if that makes any ...
by BrayanSosa
Fri May 10, 2024 6:15 pm
Forum: .NET
Topic: Controlling gaps for grid lines
Replies: 2
Views: 9768

Re: Controlling gaps for grid lines

Got it thank you very much for your support!
by BrayanSosa
Thu May 09, 2024 8:39 pm
Forum: .NET
Topic: Controlling gaps for grid lines
Replies: 2
Views: 9768

Controlling gaps for grid lines

I have a chart called TeeChart and I would like to add grid lines for both my left and bottom axes which both range from 0 -128. However I would like said gridlines to occur every 5 numbers shown for each axis and I would like for them to occur at every intersection for a grid line so that they sort...
by BrayanSosa
Mon May 06, 2024 1:43 pm
Forum: .NET
Topic: Mark "Text" not displaying for a FastLine
Replies: 2
Views: 9966

Re: Mark "Text" not displaying for a FastLine

It worked, thank you very much for your help Marc!
by BrayanSosa
Fri May 03, 2024 7:21 pm
Forum: .NET
Topic: Mark "Text" not displaying for a FastLine
Replies: 2
Views: 9966

Mark "Text" not displaying for a FastLine

Good afternoon, I have created a TeeChart called "TeeChart" and I have added a FastLine called "gateLine1" The way I am creating this FastLine is as follows: private Steema.TeeChart.WPF.Styles.FastLine gateLine1 = new Steema.TeeChart.WPF.Styles.FastLine(); AddHorizontalLine(10, 25, Colors.LimeGreen,...