Search found 2 matches
- Wed Dec 01, 2004 12:14 pm
- Forum: .NET
- Topic: Double Logarithmic and other Axis
- Replies: 3
- Views: 8584
Increment and Min, Max is not enough
Hi, thanks for the answer, but I think Min/Max and an increment ist not enough. The "Increment" is different for every step. The axis values must be completely set by a complex formula. It would be nice to inherit from the axis class and to override the CalcYPosValue or CalcXPosValue. But they are n...
- Wed Dec 01, 2004 11:16 am
- Forum: .NET
- Topic: Double Logarithmic and other Axis
- Replies: 3
- Views: 8584
Double Logarithmic and other Axis
Hi, for one of our customers I have to programm different views of his series. The Axis must in one case be double logarithmic, and in another it has to follow a delicate formula to calculate the steps and increments. Is there any way to do this? If there is no other possibility I can transform the ...