Search found 7 matches
- Mon May 31, 2010 6:49 am
- Forum: .NET
- Topic: HighLow - Different colors for high and low
- Replies: 1
- Views: 2598
HighLow - Different colors for high and low
Hi, I have a question about the different colors used for a HighLow Series. I want to color the area where High > Low value green and the area where High < Low value red. With the following code I get more or less the result: Steema.TeeChart.Styles.HighLow hl = new Steema.TeeChart.Styles.HighLow(); ...
- Mon Apr 12, 2010 8:48 am
- Forum: .NET
- Topic: Legend color Horizontol Area
- Replies: 1
- Views: 2455
Legend color Horizontol Area
Hi Support, I have an issue with the legend color of a Horizontal Area series. My sample code to test the issue: Steema.TeeChart.Styles.HorizArea area = new Steema.TeeChart.Styles.HorizArea(); m_tchart.Series.Add(area); m_tchart.Series.Add(new Steema.TeeChart.Styles.Line()); area.Color = System.Draw...
- Thu Mar 04, 2010 11:30 am
- Forum: .NET
- Topic: Order of Labels
- Replies: 2
- Views: 2794
Order of Labels
Hi, I have an issue with the order of my labels in the chart series points. I add 4 data points where the X Values are not in the order in which they are going to appear in the chart. The points in the chart series are in the correct x-order, but the labels for those points are the labels as added i...
- Fri Feb 19, 2010 8:53 am
- Forum: .NET
- Topic: DownTriangle PointMark without left border
- Replies: 3
- Views: 3427
Re: DownTriangle PointMark without left border
Thanks Narcís,
I am looking forward to install the new maintenance release.
Kind regards,
Marijke.
I am looking forward to install the new maintenance release.
Kind regards,
Marijke.
- Fri Feb 19, 2010 8:51 am
- Forum: .NET
- Topic: AreaLines in transparent filled area region
- Replies: 2
- Views: 2801
AreaLines in transparent filled area region
Hi, I have an issue with filled area series and the AreaLines. I added an Area series to my chart and filled it up with a blue transparent gradient. Then I set the visible property of the AreaLines to false. But in the transparent region I still see the AreaLines. Probably because they are not drawn...
- Fri Feb 19, 2010 8:48 am
- Forum: .NET
- Topic: Border of legend icon for Bar Series
- Replies: 1
- Views: 2444
Border of legend icon for Bar Series
Hi, I have an issue with the border of the legend icon for my bar line. First I add a line series to the chart with LinePen.Color set to Blue. Then I add a second line being a Bar series with Bar.Pen color set to Red. In the legend of my chart, the bar box has a blue border instead of a red border. ...
- Thu Feb 18, 2010 4:00 pm
- Forum: .NET
- Topic: DownTriangle PointMark without left border
- Replies: 3
- Views: 3427
DownTriangle PointMark without left border
Hi, I draw a line series in my chart with PointMarks visible. The style for the PointMarks is DownTriangle. I am using TeeChart .NET v2009, where I notice that the left border of the triangles is not drawn. In the attachment of this post, you can see the screenshot of my problem. My sample code to r...