Please find attached the example.
You can change the variable numberofvalues from 2 to 3 and see how if you have 3 values it is show with spaces and with 2 they are one over other. I would like to be always like the 3 values example.
Thanks
Search found 6 matches
- Tue Apr 12, 2016 9:55 am
- Forum: .NET
- Topic: Space between bar series
- Replies: 3
- Views: 7928
- Fri Mar 11, 2016 4:13 pm
- Forum: .NET
- Topic: Color between points
- Replies: 5
- Views: 9449
Re: Color between points
Thanks it is a good trick. But still I don't find an easy way to put in red points which not have the previous and neither the next red so I don't want to have red line...
Isn't there any way to set the color of the line and de point independently?
Isn't there any way to set the color of the line and de point independently?
- Thu Mar 10, 2016 3:53 pm
- Forum: .NET
- Topic: Color between points
- Replies: 5
- Views: 9449
Re: Color between points
Thanks, it runs, but is a bit weird.
It is difficult to know in "Line1_GetPointerStyle" function dynamically which valueIndex was send without red colour because the previous point wasn't red, or because it has not to be red.
Is not there any other way to do it more directly?
Thanks
It is difficult to know in "Line1_GetPointerStyle" function dynamically which valueIndex was send without red colour because the previous point wasn't red, or because it has not to be red.
Is not there any other way to do it more directly?
Thanks
- Wed Mar 09, 2016 9:21 am
- Forum: .NET
- Topic: Color between points
- Replies: 5
- Views: 9449
Color between points
I have this test code line1.Add(new DateTime(2016,1,1), 1); line1.Add(new DateTime(2016, 2, 1), 2); line1.Add(new DateTime(2016, 3, 1), 3, Color.Red); line1.Add(new DateTime(2016, 4, 1), 4, Color.Red); line1.Add(new DateTime(2016, 5, 1), 5); Where I put two points in a different color. Then I see th...
- Thu Mar 03, 2016 8:28 am
- Forum: .NET
- Topic: Space between bar series
- Replies: 3
- Views: 7928
Space between bar series
Hi,
I have just upgraded teechart from a 2 years old version, and it is shown different for bar series.
I attached two charts, one is how it was seen in the previous version, and the other with the bars over other bars.
How can I configurate the distance between bars?
Thanks
I have just upgraded teechart from a 2 years old version, and it is shown different for bar series.
I attached two charts, one is how it was seen in the previous version, and the other with the bars over other bars.
How can I configurate the distance between bars?
Thanks
- Fri Feb 19, 2016 1:58 pm
- Forum: .NET
- Topic: Property in chart editor vs runtime mode
- Replies: 1
- Views: 4512
Property in chart editor vs runtime mode
Very frequently I found a property to change int he chart editor, but I can't find it to change in runtime mode. There is any trick to find it quick?
By example now I'm trying to find how to change Axes->Left-> Ticks->Axes->Visible
Thanks
By example now I'm trying to find how to change Axes->Left-> Ticks->Axes->Visible
Thanks