This page was saved using jaction on 2006-09-04 8:33:26.
Address: http://flexdocs.kr/docs/flex2/langref/mx/charts/AxisLabel.html
Title: mx.charts.AxisLabel (Flex™ 2 레퍼런스 가이드)  •  Size: 20974
(Adobe Flex Charting 2 컴퍼넌트만)
Packagemx.charts
Classpublic class AxisLabel
InheritanceAxisLabel Inheritance Object

AxisLabel object는, 그래프축상의 1 개의 label를 나타냅니다. AxisLabel object는, IAxis object에 의해 생성됩니다. 또, AxisLabel object는 데이터로서 IDataRenderer 인터페이스를 Implements하는 custom AxisLabel object에게 건네집니다.

See also

mx.charts.AxisRenderer
mx.charts.chartClasses.IAxis


Public property
 property정의
 Inheritedconstructor : Object
특정의 object 인스턴스의 클래스 object 또는 constructor    함수에의 참조입니다.
Object
  position : Number
축으로 따른 label의 위치에서, 0 으로 1 의 사이의 값으로 해서 지정됩니다.
AxisLabel
 Inheritedprototype : Object
[static] 클래스 또는 함수 object의 prototype object에의 참조입니다.
Object
  text : String
실제로는, 텍스트 label가 축으로 따라 렌더링 됩니다.
AxisLabel
  value : Object
label가 나타내는 값입니다.
AxisLabel
Public Methods
 Methods정의
  AxisLabel (position:Number = 0, value:Object = null, text:String = null)
constructor   .
AxisLabel
 InheritedhasOwnProperty (name:String ):Boolean
object로 지정된 property가 정의되고 있는지 어떤지를 나타냅니다.
Object
 InheritedisPrototypeOf (theClass:Object ):Boolean
Object 클래스의 인스턴스가, Parameters로서 지정된 object의 prototype 체인내에 있을지 어떨지를 나타냅니다.
Object
 InheritedpropertyIsEnumerable (name:String ):Boolean
지정된 property가 존재해, 열거 가능한가 어떤가를 나타냅니다.
Object
 InheritedsetPropertyIsEnumerable (name:String , isEnum:Boolean = true):void
루프 처리에 대한 다이나믹 property의 가용성을 설정합니다.
Object
 InheritedtoString ():String
지정된 object의 string 표현을 돌려줍니다.
Object
 InheritedvalueOf ():Object
지정된 object의 원시적치를 돌려줍니다.
Object
property의 상세
positionproperty
public var position:Number

축으로 따른 label의 위치에서, 0 으로 1 의 사이의 값으로 해서 지정됩니다. 위치가 0 의 AxisLabel 는, 축의 최소치에 배치됩니다. 위치가 1 의 AxisLabel 는, 축의 최대치에 배치됩니다.

textproperty 
public var text:String

실제로는, 텍스트 label가 축으로 따라 렌더링 됩니다.

valueproperty 
public var value:Object

label가 나타내는 값입니다. label를 생성한 축 마다 고유의, 값property의 특정의 타입이 있습니다. 예를 들어, LinearAxis 에 의해 수치가 생성되어 DateTimeAxis 에 의해 Date 인스턴스치가 생성됩니다.

constructor    의 상세
AxisLabel()constructor   
public 함수 AxisLabel(position:Number = 0, value:Object = null, text:String = null)

constructor   .

Parameters
position: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