Packagekor.options
Classpublic class DataEditor

차트의 데이터를 수정할 수 있는 데이터 에디터입니다.



Styles
 StyleDescriptionDefined by
  
alternatingItemColors
Type: Array

RGB 배열 Row 단위의 배경색을 지정합니다.(반드시 2개 이상의 RGB 배열로 삽입)

DataEditor
  
borderColor
Type: uint   Format: Color

RGB로 테두리색을 지정합니다.

DataEditor
  
borderStyle
Type: String

테두리의 모양을 지정합니다. 유효값은 "none", "solid", "inset", "outset" 입니다.

The default value is solid.
DataEditor
  
borderThickness
Type: Number

테두리 두께를 지정합니다.(solid인 경우 유효)

The default value is solid.
DataEditor
  
color
Type: uint   Format: Color

글자색을 RGB로 지정합니다.

The default value is 0x0B333C.
DataEditor
  
editorHeight
Type: Number

데이터에디터의 전체 높이를 지정합니다.(픽셀단위)

The default value is 100.
DataEditor
  
fontFamily
Type: String

사용할 폰트명을 지정합니다. 기본적으로 시스템 폰트를 사용합니다.

The default value is "Verdana".
DataEditor
  
fontSize
Type: Number   Format: Length

글자의 크기를 픽셀단위로 지정합니다.

The default value is 12.
DataEditor
  
fontStyle
Type: String

이텔릭체로 글자를 표현할지를 나타냅니다. 유효값은 "normal", "italic" 입니다..

The default value is "normal".
DataEditor
  
fontWeight
Type: String

볼드체로 글자를 표현할지를 나타냅니다. 유효값은 "normal", "bold" 입니다..

The default value is "bold".
DataEditor
  
headerColors
Type: Array

RGB 배열 헤더 배경색 지정(반드시 2개 이상의 RGB 배열로 삽입)

DataEditor
  
headerHeight
Type: Number

헤더의 height을 지정합니다.

The default value is 22.
DataEditor
  
horizontalGridLineColor
Type: uint   Format: Color

RGB로 가로 눈금줄 색을 지정합니다.

DataEditor
  
horizontalGridLines
Type: Boolean

가로 눈금줄 표시 여부입니다.

DataEditor
  
minColumnWidth
Type: Number

열(Column)의 가로 최소 사이즈를 정합니다.(픽셀단위)

DataEditor
  
paddingBottom
Type: Number   Format: Length

하단 여백을 픽셀단위로 지정합니다.

The default value is 0.
DataEditor
  
paddingLeft
Type: Number   Format: Length

왼쪽 여백을 픽셀단위로 지정합니다.

The default value is 0.
DataEditor
  
paddingRight
Type: Number   Format: Length

오른쪽 여백을 픽셀단위로 지정합니다.

The default value is 0.
DataEditor
  
paddingTop
Type: Number   Format: Length

상단 여백을 픽셀단위로 지정합니다.

The default value is 3.
DataEditor
  
reverseRow
Type: Boolean

차트 데이터의 순서와 반대로 Row를 위치시킬지 여부를 나타냅니다.

The default value is false.
DataEditor
  
rollOverColor
Type: uint   Format: Color

마우스 오버된 셀 또는 행의 바탕색 지정(RGB 컬러)

DataEditor
  
selectionColor
Type: uint   Format: Color

선택된 셀 또는 행의 바탕색 지정(RGB 컬러)

DataEditor
  
showHeaders
Type: Boolean

헤더 유무를 나타냅니다.

The default value is false.
DataEditor
  
showOnInit
Type: Boolean

기본적으로 데이터에디터를 표시할지 여부를 나타냅니다.

The default value is false.
DataEditor
  
styleName
Type: String

Style 노드에서 정의한 스타일 이름을 지정합니다.

DataEditor
  
textAlign
Type: String

텍스트 정렬을 어떻게 할지 결정합니다. 유효값은 "left", "right", "center" 입니다.

The default value is "center".
DataEditor
  
textDecoration
Type: String

텍스트에 밑줄을 표시할지 결정합니다. 유효값은 "none", "underline" 입니다.

The default value is "none".
DataEditor
  
textIndent
Type: Number   Format: Length

텍스트에 들어쓰기를 픽셀단위로 결정합니다.

The default value is 0.
DataEditor
  
useCloseButton
Type: Boolean

데이터 에디터 오른쪽 상단에 에디터 닫기 버턴을 표시할지 여부를 나타냅니다.

The default value is true.
DataEditor
  
verticalAlign
Type: String

top, middle, bottom(기본값:top) 셀 세로 정렬을 지정합니다.

DataEditor
  
verticalGridLineColor
Type: uint   Format: Color

RGB로 상하 눈금 줄 색을 지정합니다.

DataEditor
  
verticalGridLines
Type: Boolean

상하 눈금 줄 표시를 지정합니다

The default value is true.
DataEditor