Search found 3 matches
- Tue Sep 02, 2008 5:02 am
- Forum: .NET
- Topic: Problems with: Series colour, BoxPlot and DragPoint Tool
- Replies: 8
- Views: 3033
Hi Oswald, I've checked that TF02012980 and TF02012982 were fixed on latest TeeChart for .NET v3 maintenance releases. Could you please download latest build available at the client area and let us know if they work fine at your end? Thanks in advance. Hi Narcis, thank you very much for you reply. ...
- Mon Aug 18, 2008 5:10 am
- Forum: .NET
- Topic: Problems with: Series colour, BoxPlot and DragPoint Tool
- Replies: 8
- Views: 3033
Hi Oswald, About TF02012981, it's very similar to TF02012979 and in that case you should do this: ColorBand colorband = new ColorBand(tChart1.Chart;); // <- changed line colorband.Axis = tChart1.Axes.Left; colorband.Brush.Color = System.Drawing.Color.Red; colorband.Brush.Solid = true; colorband.Dra...
- Thu Apr 17, 2008 11:50 am
- Forum: .NET
- Topic: Problems with: Series colour, BoxPlot and DragPoint Tool
- Replies: 8
- Views: 3033
Problems with: Series colour, BoxPlot and DragPoint Tool
The following code works perfectly well in TChart v2 whereas I am facing problems in using the same code in Tchart V3. I am pretty familiar with TChart and the task is not demanding which is why I started to wonder whether the problems mentioned below may already have been reported as a bug. However...