Can you please inform us when this fix is released?
The previous solution i used still has some issues with the minvalue not being initialised for a range of series.
Limiting the period with setminmax did not seem to do the trick.
Search found 4 matches
- Mon Apr 28, 2008 12:05 pm
- Forum: .NET
- Topic: stackedbars are floating
- Replies: 12
- Views: 16924
- Mon Apr 28, 2008 10:01 am
- Forum: .NET
- Topic: stackedbars are floating
- Replies: 12
- Views: 16924
Playing with the example
Narcís, I could get it to work when in order i added a transparent point as posted below. tChart1.Series.Clear(); Bar Bananen = new Bar(); Bar appelen = new Bar(); Bar peren = new Bar(); tChart1.Series.Add(appelen); tChart1.Series.Add(peren); tChart1.Series.Add(Bananen); Bananen.Marks.Visible = fals...
- Mon Apr 28, 2008 9:03 am
- Forum: .NET
- Topic: stackedbars are floating
- Replies: 12
- Views: 16924
Uploaded sample.
Hi narcís,
I've uploaded the sample.
steema_Bruno_@_Narcís.zip through the public upload page.
I've uploaded the sample.
steema_Bruno_@_Narcís.zip through the public upload page.
- Mon Apr 28, 2008 8:23 am
- Forum: .NET
- Topic: stackedbars are floating
- Replies: 12
- Views: 16924
stackedbars are floating
When creating a stackedbar chart in the .NET v2 i get some weird behaviour. Some bars seem to be floating on the chart. Meaning the y value of the bottom sracked value doesn't seem to be 0. Also i get some overlapping of adjenct bars. They seem to take the distance between 2 x-values and when calcul...