Bug when deleting points or using Ordering
Posted: Wed Jan 28, 2004 4:05 pm
Hi
In order to draw invisible portions of a line in a LineSeries I add the invisible points with Color.Transparent. It looks OK.
But when deleting some points in the beginning of the series the Transparent points will not follow the new truncated arraylist. The transparent points will still have the same index after the deleting.
About the same problem occurs when setting the XValues.Order to ascending. When adding unordered values the sorting doesn't take care of the transparent indexes.
Is this fixed in the new release?
//Lars
In order to draw invisible portions of a line in a LineSeries I add the invisible points with Color.Transparent. It looks OK.
But when deleting some points in the beginning of the series the Transparent points will not follow the new truncated arraylist. The transparent points will still have the same index after the deleting.
About the same problem occurs when setting the XValues.Order to ascending. When adding unordered values the sorting doesn't take care of the transparent indexes.
Is this fixed in the new release?
//Lars