Search found 9 matches

by JNuzzi
Mon Sep 25, 2023 4:25 pm
Forum: VCL
Topic: Can't find a property for a color...
Replies: 1
Views: 10242

Can't find a property for a color...

Hello,

Can someone tell me what property I have to change to adjust the heather green color along the left and bottom axes on the attached chart?

Thank you,

John
by JNuzzi
Fri Nov 04, 2022 3:57 pm
Forum: VCL
Topic: VCLTee.OpenGL2 issues...
Replies: 4
Views: 3875

Re: VCLTee.OpenGL2 issues...

Here are my includes:
Includes.PNG
Includes.PNG (68.77 KiB) Viewed 3850 times
John
by JNuzzi
Fri Nov 04, 2022 3:43 pm
Forum: VCL
Topic: VCLTee.OpenGL2 issues...
Replies: 4
Views: 3875

Re: VCLTee.OpenGL2 issues...

Hello Yerah,

Yes, there is a component on the page already. I set the component's Chart property to the TChart in use and the TChart's drawing setting to 3D OpenGL also.

John
by JNuzzi
Wed Nov 02, 2022 5:36 pm
Forum: VCL
Topic: Axis Labels Behind Shape Series?
Replies: 4
Views: 5922

Re: Axis Labels Behind Shape Series?

Perfect, thank you!
by JNuzzi
Wed Nov 02, 2022 1:22 pm
Forum: VCL
Topic: VCLTee.OpenGL2 issues...
Replies: 4
Views: 3875

VCLTee.OpenGL2 issues...

I attempted to add the component and use it for the chart's canvas. Upon compile, I get about 500 errors like the ones attached. Am I missing an include or something?

Thanks,

John
by JNuzzi
Tue Jul 12, 2022 12:38 pm
Forum: VCL
Topic: Axis Labels Behind Shape Series?
Replies: 4
Views: 5922

Re: Axis Labels Behind Shape Series?

Hello, thanks for the reply. Yeah, that was a little unclear. What I would like to do is have labels in the chart, not just on the outside axis. For example, running down or across the middle of the chart.

Thank you.
by JNuzzi
Wed Jun 01, 2022 8:55 pm
Forum: VCL
Topic: Axis Labels Behind Shape Series?
Replies: 4
Views: 5922

Axis Labels Behind Shape Series?

Is there a way to have the labels of an axis show up centered behind (or in front) of the data?
Thanks,
John
by JNuzzi
Wed May 11, 2022 2:16 am
Forum: VCL
Topic: Bottom Axis Inverted Oddness...
Replies: 2
Views: 3470

Re: Bottom Axis Inverted Oddness...

Turns out this only happens when DrawStyle is set to Curves. It works OK if set to Segments.
by JNuzzi
Tue May 10, 2022 8:37 pm
Forum: VCL
Topic: Bottom Axis Inverted Oddness...
Replies: 2
Views: 3470

Bottom Axis Inverted Oddness...

Can someone help me figure this one out? I have the chart (image 1) where if I invert it, the area series on the bottom disappear. The button on the form is a simple chart->BottomAxis->Inverted = ! chart->BottomAxis->Inverted. As you can see, everything inverts nicely except the area series. It just...