Search found 10 matches

by ICS
Fri Aug 26, 2011 6:09 am
Forum: .NET
Topic: Two different Axis on the right side of the Chart
Replies: 5
Views: 6751

Re: Two different Axis on the right side of the Chart

Hola I found the solution: with Axis.Positon.Position = xx% I can the position of the axis to any point :-) And because I have the labels inside the chart now (at 100%, but "Other side" not selected) I don't have the problem any more, that the labels are outside the tChart image. !! Hasta luego Eric
by ICS
Thu Aug 25, 2011 10:17 am
Forum: .NET
Topic: Two different Axis on the right side of the Chart
Replies: 5
Views: 6751

Re: Two different Axis on the right side of the Chart

Additional information:

When I make the tChart1.Axes.Right.Visible = false (the violett axis), the chart resizes automaticly and becomes bigger and the the orange (the custom axis) is outside the picture :-(
by ICS
Thu Aug 25, 2011 10:09 am
Forum: .NET
Topic: Two different Axis on the right side of the Chart
Replies: 5
Views: 6751

Re: Two different Axis on the right side of the Chart

Hola Sandra I added a custom axis, thanks for your advice. If have two more questions: Is there a way, that I can show the orange Labels inside the Chart? At the moment I moved the labels to the right by setting the axis1.Ticks.Length to 35. How can I make moving to the left into the chart? (see att...
by ICS
Tue Aug 23, 2011 8:55 am
Forum: .NET
Topic: Two different Axis on the right side of the Chart
Replies: 5
Views: 6751

Two different Axis on the right side of the Chart

Hello I searched in the demo project, but coudn't find how to show two different axis on the right side of the tChart. I have three series on my chart. One (type Bar) has as vertical Axis the tChart.Axes.Left, and the otherones (type Line) have as vertical Axis the tChart.Axis.Right. But the two ser...
by ICS
Tue Dec 14, 2010 1:34 pm
Forum: .NET
Topic: Fill Range between two Line
Replies: 3
Views: 3385

Re: Fill Range between two Line

Hola Sandra
This helped a lot. Thanks.
It is easy to do if you know how... ;-)

Hasta luego
Eric
by ICS
Mon Dec 13, 2010 2:15 pm
Forum: .NET
Topic: Fill Range between two Line
Replies: 3
Views: 3385

Fill Range between two Line

Hello I have a tChart with two line series. Both series have the same XValues.FirstDisplayedIndex and the same XValues.LastDisplayedIndex. The x points between the first and the last XValue are different. Also the Y values are different, but the Y values of the second series are allways smaller than...
by ICS
Mon Nov 22, 2010 11:11 am
Forum: .NET
Topic: Modify Background
Replies: 4
Views: 3923

Re: Modify Background

Hola
Gracias for the answer.
I added a color band. This is exactly what I needed :-)
I couldn't use the "panel.gradient", because I need a defined line. In the Gradient, the color change is half transperant.

Hasta luego
Eric
by ICS
Fri Nov 19, 2010 2:13 pm
Forum: .NET
Topic: Modify Background
Replies: 4
Views: 3923

Modify Background

Hello
Does anyone know, how I can modify the background of my TChart?
I want to color the range 0-10 (X-Value) in blue, the range 10-90 (X-Value) in dark blue and the range 90-100 (X-Value) in black.

I didn't really find information about this in the internet or the tutorials...
Thanks a lot !!
by ICS
Fri Nov 19, 2010 12:44 pm
Forum: .NET
Topic: Show Bars behind each other
Replies: 2
Views: 2890

Re: Show Bars behind each other

Great !! It works.
Thanks a lot!!!
It's easy if you know the right properties... :-)
by ICS
Thu Nov 18, 2010 9:25 am
Forum: .NET
Topic: Show Bars behind each other
Replies: 2
Views: 2890

Show Bars behind each other

Hello I have a TChart with two Bar-Series. I add the Series Values with bar1.Add(XValue, YValue); If I have the same xVaue on bar1 and on bar2, it shows the two bars next to each other. How can I paint the bar2 in front of the bar1 ?? (bar1 has Width = 20 and bar2 has Width = 10, so still both bars ...