Flex General/Tips

LineChart 의 CircleItemRenderer(seriesHolder) 숨겨진 화면 보이게...

로드스타 2010. 6. 4. 11:07

라인 챠트의 시리즈 포인트 좌/우 끝 점이 가려지는 것을 수정하는 방법.
마스크 크기와 위치 조정

http://cookbooks.adobe.com/index.cfm?event=showdetails&postId=13111

or

I had the same issue and was able to resolve it by setting the clipContent attribute in the chart tag to false.

or

  1. create 'creationComplete' event in LineChart

  2. edit horizontalAxis's padding you want

    e.target.horizontalAxis.padding = 0.2;