Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 자바스크립트
- 소스
- Linux
- Column Chart
- 정규식
- 3d
- JSP
- events
- Melbourne
- Jakarta Project
- objective-c
- Flex 2.0 Lecture
- examples
- Spring Framework
- ActionScript 3.0
- flex
- Flex 2.0
- Spring
- Renderer
- Java Tips
- xml
- java web start
- Upload Component
- 신혼여행
- FLEX2.0
- download
- LOG4J
- Session
- data
- Java
Archives
- Today
- Total
목록labelfunction (1)
宇而靜...
CategoryAxis와 LinearAxis에서의 Label Function
두 축의 레이블의 값을 변경할 때 사용하는 함수이다. 각 축마다 labelFunction의 Parameter가 조금씩 다르다. LinearAxis에서의 labelFunction public function getLabel(item:Object, prevValue:Object, axis:IAxis) : String { return 'something'; } CategoryAxis 에서의 labelFunction public function getLabel(categoryValue:Object, previousCategoryValue:Object, axis:CategoryAxis, categoryItem:Object) : String { return 'something'; }
Development/Flex/Air
2008. 7. 9. 11:53