Hey Joel, great component, I'm having some problems with using the firstIndexOffset property though. I'm basically trying to do something like this:
private function scrollHandler(event:MouseEvent):void{ scrollAxisRenderer.firstIndexOffset += event.delta; }
But any changes to the firstIndexOffset don't seem to be reflected in the graph. Is this a bug or am I just not doing it right? Thanks.
-Nick
{syntaxhighlighter OPTIONS}...{/syntaxhighlighter}
More information about formatting options
Contact
scroll bug?
Hey Joel, great component, I'm having some problems with using the firstIndexOffset property though. I'm basically trying to do something like this:
private function scrollHandler(event:MouseEvent):void{
scrollAxisRenderer.firstIndexOffset += event.delta;
}
But any changes to the firstIndexOffset don't seem to be reflected in the graph. Is this a bug or am I just not doing it right? Thanks.
-Nick