| Package | mx.charts |
| Class | public class AxisLabel |
| Inheritance | AxisLabel Object |
See also
| property | 정의 | ||
|---|---|---|---|
![]() | constructor : Object
특정의 object 인스턴스의 클래스 object 또는 constructor 함수에의 참조입니다.
| Object | |
| position : Number
축으로 따른 label의 위치에서, 0 으로 1 의 사이의 값으로 해서 지정됩니다.
| AxisLabel | ||
![]() | prototype : Object
[static]
클래스 또는 함수 object의 prototype object에의 참조입니다.
| Object | |
| text : String
실제로는, 텍스트 label가 축으로 따라 렌더링 됩니다.
| AxisLabel | ||
| value : Object
label가 나타내는 값입니다.
| AxisLabel | ||
| Methods | 정의 | ||
|---|---|---|---|
| AxisLabel (position:Number = 0, value:Object = null, text:String = null)
constructor .
| AxisLabel | ||
![]() | hasOwnProperty (name:String ):Boolean
object로 지정된 property가 정의되고 있는지 어떤지를 나타냅니다.
| Object | |
![]() | isPrototypeOf (theClass:Object ):Boolean
Object 클래스의 인스턴스가, Parameters로서 지정된 object의 prototype 체인내에 있을지 어떨지를 나타냅니다.
| Object | |
![]() | propertyIsEnumerable (name:String ):Boolean
지정된 property가 존재해, 열거 가능한가 어떤가를 나타냅니다.
| Object | |
![]() | setPropertyIsEnumerable (name:String , isEnum:Boolean = true):void
루프 처리에 대한 다이나믹 property의 가용성을 설정합니다.
| Object | |
![]() | toString ():String
지정된 object의 string 표현을 돌려줍니다.
| Object | |
![]() | valueOf ():Object
지정된 object의 원시적치를 돌려줍니다.
| Object | |
| position | property |
public var position:Number 축으로 따른 label의 위치에서, 0 으로 1 의 사이의 값으로 해서 지정됩니다. 위치가 0 의 AxisLabel 는, 축의 최소치에 배치됩니다. 위치가 1 의 AxisLabel 는, 축의 최대치에 배치됩니다.
| text | property |
public var text:String 실제로는, 텍스트 label가 축으로 따라 렌더링 됩니다.
| value | property |
public var value:Object label가 나타내는 값입니다. label를 생성한 축 마다 고유의, 값property의 특정의 타입이 있습니다. 예를 들어, LinearAxis 에 의해 수치가 생성되어 DateTimeAxis 에 의해 Date 인스턴스치가 생성됩니다.
| AxisLabel | () | constructor |
public 함수 AxisLabel(position:Number = 0, value:Object = null, text:String = null)constructor .
Parametersposition:Number (default = 0) — 축으로 따른 label의 위치에서, 0 으로 1 의 사이의 값으로 해서 지정됩니다.
|
|
value:Object (default = null) — label가 나타내는 값입니다.
|
|
text:String (default = null) — 실제로는, 텍스트 label가 축으로 따라 렌더링 됩니다.
|
코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트
현재의 페이지: http://flexdocs.kr/docs/flex2/langref/mx/charts/AxisLabel.html