Search found 7 matches
- Tue Dec 20, 2005 7:51 pm
- Forum: .NET
- Topic: Green Zone in
- Replies: 4
- Views: 8129
I fixed it, programatically when I'm populating the series I configure the highLow. It was the mainly the LowBrush that was acting oddly. highLow1.HighBrush.Color = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255))); highLow1.HighBru...
- Tue Dec 20, 2005 6:06 pm
- Forum: .NET
- Topic: Green Zone in
- Replies: 4
- Views: 8129
Narcís - thanks for the reply. Unfortunetely this application is going into production in a few weeks and I do not feel comfortable using the debug build. Also I created a new form and added the code below you provide and used the default color scheme and the issue was not reproduced. So it seems th...
- Mon Dec 19, 2005 10:55 pm
- Forum: .NET
- Topic: Green Zone in
- Replies: 4
- Views: 8129
Green Zone in
Out of the licenses.licx - Steema.TeeChart.TChart, TeeChart, Version=2.0.1992.14012 When rendering a highlow series in a chart and the high low values goes from different values to the same value the area in the series goes to "green". Any thoughts? ftp://ftp.i3.com/pub/datadoors/chart_zonetogreen.p...
- Sat Aug 06, 2005 12:51 am
- Forum: .NET
- Topic: Area Series whacky display
- Replies: 4
- Views: 9426
Thanks for the response Christopher, I never would of thought I would have to do this but it works. ftp://ftp.i3.com/pub/Steema/Chart3.png /// <summary> /// Populate the Area Chart. The Area chart requires the same number of XValues for each /// Area series. Throwing all the XValues into the same bu...
- Thu Aug 04, 2005 5:00 pm
- Forum: .NET
- Topic: Area Series whacky display
- Replies: 4
- Views: 9426
Your suggestion made a difference, but it's not exactly what I'm expecting. The chart on the top represents a simple chart of the data for #7. The green trend line for the chart on the top is the same data for the #7 Area series. You can see it's a simple bell curve with mean close to zero and max a...
- Wed Aug 03, 2005 9:20 pm
- Forum: .NET
- Topic: Area Series whacky display
- Replies: 4
- Views: 9426
Area Series whacky display
I'm attempting to create a stacked Area Series chart but the Areas do not spoon the other Areas. How do I get this to work? The following image displays the problem accurately. ftp://ftp.i3.com/pub/Steema/Chart1.png Here's the code that populated the chart at run-time. private void PopulateAreaChart...
- Mon Jul 18, 2005 1:31 am
- Forum: .NET
- Topic: Creating BoxPlots Dynamicly
- Replies: 27
- Views: 45424
Creating BoxPlots Dynamicly
Greetings, I would think this could be done, probably can but I'm abit confused. I want to display lots of BoxPlots on a Chart (similiar to adding a point to a series in a . I have a chart with a Bar3D and the customer wants to change it to a Whisker thing (a BoxPlot). It doesn't behave the same way...