Search found 33 matches

by fjrohlf
Mon Sep 21, 2015 4:39 pm
Forum: VCL
Topic: iso axes but also scaled
Replies: 21
Views: 38556

Re: iso axes but also scaled

One problem remains. Your example extends the scale of the x or y axes so that the chart fills the window while keeping the scales isometric. I need the min and max values on the axes to remain the same. That is, I do not want the min or max values for the scales to be increased - just the axes stre...
by fjrohlf
Mon Sep 14, 2015 4:11 pm
Forum: VCL
Topic: iso axes but also scaled
Replies: 21
Views: 38556

Re: iso axes but also scaled

thanks. the result you show if fine (though the 1.0 at the right is not shown along the horizontal axis). I will try your suggested changes.

Jim
by fjrohlf
Sat Sep 12, 2015 2:03 am
Forum: VCL
Topic: iso axes but also scaled
Replies: 21
Views: 38556

iso axes but also scaled

The MakeIsoAxis sample code works but I need one more feature for my TPointSeries charts. For example, if my x variable goes from 0 to 1 but my y variable goes from only 0 to 0.5 then I want the height of the vertical axis to be half the length of the x axis. What MakeIsoAxis does is to change the o...