Search found 4 matches

by bruno
Mon Apr 28, 2008 12:05 pm
Forum: .NET
Topic: stackedbars are floating
Replies: 12
Views: 16558

Fix

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.
by bruno
Mon Apr 28, 2008 10:01 am
Forum: .NET
Topic: stackedbars are floating
Replies: 12
Views: 16558

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...
by bruno
Mon Apr 28, 2008 9:03 am
Forum: .NET
Topic: stackedbars are floating
Replies: 12
Views: 16558

Uploaded sample.

Hi narcís,

I've uploaded the sample.
steema_Bruno_@_Narcís.zip through the public upload page.
by bruno
Mon Apr 28, 2008 8:23 am
Forum: .NET
Topic: stackedbars are floating
Replies: 12
Views: 16558

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...