Search found 6 matches
- Mon Apr 08, 2013 1:25 pm
- Forum: .NET
- Topic: Custom Horizontal Axis zooming
- Replies: 1
- Views: 3792
Custom Horizontal Axis zooming
I have multiple pens on the same custom horizontal axis. when I zoom via mouse or via buttons I have created (Zoom In 110%, Zoom Out 90%, Zoom Home) I notice that the left axis updates but the custom horizontal axis doesn't update. Could you provide an example of how to update my custom horizontal a...
- Fri Jan 18, 2013 5:47 am
- Forum: .NET
- Topic: Line series ColorEachLine not working
- Replies: 7
- Views: 8608
Re: Line series ColorEachLine not working
Thanks for the example.
- Thu Jan 17, 2013 10:49 am
- Forum: .NET
- Topic: Line series ColorEachLine not working
- Replies: 7
- Views: 8608
Re: Line series ColorEachLine not working
So there is currently no way to turn this off default as you mentioned above when points (rectangles on the graph) are not visible. This is a big requirement from our clients.When you draw a color for each point, the different segments are painted by default with same color of pointers
- Tue Jan 15, 2013 1:15 pm
- Forum: .NET
- Topic: Line series ColorEachLine not working
- Replies: 7
- Views: 8608
Re: Line series ColorEachLine not working
I have no need to use ColorEach property.
All I want to do is to turn off the different color lines on a line series using ColorEachLine = false;
But it seems setting ColorEachLine = false; only works when line1.Pointers.Visible is true.
All I want to do is to turn off the different color lines on a line series using ColorEachLine = false;
But it seems setting ColorEachLine = false; only works when line1.Pointers.Visible is true.
- Tue Jan 15, 2013 9:23 am
- Forum: .NET
- Topic: Line series ColorEachLine not working
- Replies: 7
- Views: 8608
Re: Line series ColorEachLine not working
Nope. I am using TeeChart version 4.1.2012.9210. In the example I click Fetch and if Pointers is not checked and I click ColorEachLine off or ColorEach, the colors lines still show which is a problem for me. When I click Pointers with ColorEachLine off, then it doesn’t show the color lines which is ...
- Mon Jan 14, 2013 8:03 am
- Forum: .NET
- Topic: Line series ColorEachLine not working
- Replies: 7
- Views: 8608
Line series ColorEachLine not working
TeeChart version 4.1.2012.9210
ColorEachLine = false only seems to work when Pointer is visible.
ColorEachLine = false only seems to work when Pointer is visible.