Search found 5 matches
- Mon Nov 22, 2004 11:07 am
- Forum: .NET
- Topic: Multiple chart panel background colors?
- Replies: 3
- Views: 6521
Hi Patrick, yes, you can set a Gradient color for the Panel. That won't work. I need something that varies based on the value of a line series. In other words, it could be red/green/yellow/red/yellow/red/green etc. After looking over the documentation, I have come to the conclusion that this is not...
- Sat Nov 20, 2004 4:28 pm
- Forum: .NET
- Topic: Multiple chart panel background colors?
- Replies: 3
- Views: 6521
Multiple chart panel background colors?
I would like to color in the background of my chart with multiple background colors. Basically, I want a light green/yellow/red as the panel background, depending on the value of a line series.
Is this possible?
Is this possible?
- Thu Sep 16, 2004 11:40 am
- Forum: .NET
- Topic: Legend - Points Series Not Showing
- Replies: 4
- Views: 7841
workaround
Hi Patrick, yes, there's a known bug. The problem is that the symbols are painted on other place around the Chart panel. We'll try to fix this bug for the next maintenance releases. Is there any workarounds? My customers have been requesting the additon of a legend to my charts, and with this bug I...
- Wed Sep 15, 2004 11:45 pm
- Forum: .NET
- Topic: Legend - Points Series Not Showing
- Replies: 4
- Views: 7841
Hmmm...
A correction, which only makes this worse.
If I use top alignment for the legend, NONE of the images for the series show.
If I use the default right alignment, only the DiagCross shows.
Seems like a bug to me...?
If I use top alignment for the legend, NONE of the images for the series show.
If I use the default right alignment, only the DiagCross shows.
Seems like a bug to me...?
- Wed Sep 15, 2004 11:40 pm
- Forum: .NET
- Topic: Legend - Points Series Not Showing
- Replies: 4
- Views: 7841
Legend - Points Series Not Showing
I am creating a chart programatically as follows: Dim Chart As New TChart With Chart .Legend.Visible = True .Legend.Alignment = LegendAlignments.Top .Legend.LegendStyle = LegendStyles.Series End With I add 3 Steema.TeeChart.Styles.Points series, of Triangle, DiagCross, and DownTriangle. My legend sh...