Search found 25 matches

by to2
Wed Jul 23, 2014 12:27 pm
Forum: VCL
Topic: Axis Arrows 3D
Replies: 1
Views: 3648

Axis Arrows 3D

I'd like to put TAxisArrowTool to right axis in 3D mode. However, they are drawn at ZPosition 100% regardless of the ZPosition of the right axis. What can I do to attach them to the right axis? My version of TeeChart: v.8.08
by to2
Mon Jul 21, 2014 2:50 pm
Forum: VCL
Topic: 3D Zoom Fit
Replies: 3
Views: 5493

Re: 3D Zoom Fit

I wonder, if Calc3DPoint can be done by using other functions
-> FourPointsFromRect works.
by to2
Mon Jul 21, 2014 1:10 pm
Forum: VCL
Topic: 3D Zoom Fit
Replies: 3
Views: 5493

Re: 3D Zoom Fit

can be achieved using the "Protected Hack"
Thank you very much, Narcís. While trying it I've realized, it is not that simple to do the Protected Hack in BCB. I wonder, if Calc3DPoint can be done by using other functions like Calculate3DPosition.
by to2
Fri Jul 18, 2014 12:24 pm
Forum: VCL
Topic: 3D Zoom Fit
Replies: 3
Views: 5493

3D Zoom Fit

I'd like to draw waterfall series and allow the user to change rotation and elevation. Depending on rotation, elevation, zoom and Chart3DPercent corners of the chart may be positioned outside of the visible area. After every change of rotation, elevation and Chart3DPercent I'd like to zoom the chart...
by to2
Mon Aug 08, 2011 11:34 am
Forum: .NET
Topic: Polar chart clockwise labels option does not transform data
Replies: 6
Views: 7133

Re: Polar chart clockwise labels option does not transform data

Hello Sandra,

is it fixed in the VCL-version as well? If yes, which version?


Thomas
by to2
Mon Aug 08, 2011 7:46 am
Forum: .NET
Topic: Polar chart clockwise labels option does not transform data
Replies: 6
Views: 7133

Re: Polar chart clockwise labels option does not transform data

Sorry, I'm in the .NET board here. I was talking about VCL. But perhaps there is a common code base.

Thomas
by to2
Mon Aug 08, 2011 7:11 am
Forum: .NET
Topic: Polar chart clockwise labels option does not transform data
Replies: 6
Views: 7133

Re: Polar chart clockwise labels option does not transform data

I found this behaviour in v.8.08 as well and I wonder if TF02013461 is a duplicate of TV52015266 (Polar series not plotting correctly when ClockWiseLabels set to false.), which was fixed according to "Release Notes 7th April 2011 TeeChart VCL version 2011 Build 2011.03.30407" I didn't find any fixin...
by to2
Wed Apr 06, 2011 12:33 pm
Forum: VCL
Topic: DrawZone: Wrong Radius
Replies: 3
Views: 4946

Re: DrawZone: Wrong Radius

After testing with the properties in the *.dfm file I found that what makes a difference is CircleLabels property. Setting it to false works fine Well, I need the labels. Anyway, I have added the defect to the bug list (TV52015474) to be fixed for future releases. I would appreciate a fix in a 8.x ...
by to2
Wed Apr 06, 2011 8:05 am
Forum: VCL
Topic: DrawZone: Wrong Radius
Replies: 3
Views: 4946

DrawZone: Wrong Radius

Hello,

I use DrawZone in a polar chart. However, the drawn radius of the zone doesn't match the radius on the axis scale. Please find attached an example.

- Win 7, 32 Bit
- CB2010
- TC 8.08

Thomas
by to2
Fri Mar 04, 2011 2:21 pm
Forum: VCL
Topic: Angle direction of PolarSeries
Replies: 4
Views: 5501

Re: Angle direction of PolarSeries

Better late than never: Thanks a lot.
by to2
Tue Jan 11, 2011 8:37 am
Forum: VCL
Topic: Angle direction of PolarSeries
Replies: 4
Views: 5501

Re: Angle direction of PolarSeries

Setting BottomAxis.Inverted = true doesn't work.
Setting Angle Increment to a negative value doesn't work.
by to2
Tue Jan 11, 2011 8:15 am
Forum: VCL
Topic: Angle direction of PolarSeries
Replies: 4
Views: 5501

Angle direction of PolarSeries

How can I change the direction of increasing angles in a PolarSeries from anti-clockwise to clockwise?
by to2
Mon Aug 09, 2010 5:18 pm
Forum: VCL
Topic: Marks, vertical and aligned to upper border of chart
Replies: 6
Views: 7931

Re: Marks, vertical and aligned to upper border of chart

Got it working. Have to set many things (ArrowFrom, ArrowTo, LeftTop ...) manually. Have to consider that mark's width and height are measured before rotation. But finally it does what I want.
by to2
Mon Aug 09, 2010 1:36 pm
Forum: VCL
Topic: Marks, vertical and aligned to upper border of chart
Replies: 6
Views: 7931

Re: Marks, vertical and aligned to upper border of chart

What are
  • TSeriesMarkPosition::MidPoint and
  • TSeriesMarkPosition::HasMid
for? I can't find information about these properties in my online help.
by to2
Mon Aug 09, 2010 7:04 am
Forum: VCL
Topic: Marks, vertical and aligned to upper border of chart
Replies: 6
Views: 7931

Re: Marks, vertical and aligned to upper border of chart

I wonder if I could get the desired behaviour by keeping Custom = false and modifying the ArrowLength of each mark instead. Is there an event fired, before a mark is drawn, so that I can calculate the mark dimensions and set the ArrowLength accordingly?