프로퍼티 | 타입 | 설명 | |
---|---|---|---|
dataSeries | SmartQuant.DataSeries | ||
lastItem | System.Windows.Forms.ListViewItem | ||
priceFormat | string |
메소드 | 설명 | |
---|---|---|
GetColumnHeaders ( ) : System.Windows.Forms.ColumnHeader[] | ||
GetEditor ( ) : DataObjectEditor | ||
GetListViewItem ( int index ) : System.Windows.Forms.ListViewItem | ||
GetViewer ( byte dataObjectType ) : |
||
ResetLastItem ( ) : void | ||
SetDataSeries ( SmartQuant.DataSeries dataSeries ) : void | ||
SetPriceFormat ( string priceFormat ) : void |
메소드 | 설명 | |
---|---|---|
CreateColumnHeader ( string text, int width, HorizontalAlignment alignment ) : |
||
DataObjectViewer ( ) : SmartQuant | ||
GetCustomColumnHeaders ( ) : System.Windows.Forms.ColumnHeader[] | ||
GetCustomSubItems ( int index ) : string[] |
protected CreateColumnHeader ( string text, int width, HorizontalAlignment alignment ) : |
||
text | string | |
width | int | |
alignment | HorizontalAlignment | |
리턴 |
public GetColumnHeaders ( ) : System.Windows.Forms.ColumnHeader[] | ||
리턴 | System.Windows.Forms.ColumnHeader[] |
protected abstract GetCustomColumnHeaders ( ) : System.Windows.Forms.ColumnHeader[] | ||
리턴 | System.Windows.Forms.ColumnHeader[] |
protected abstract GetCustomSubItems ( int index ) : string[] | ||
index | int | |
리턴 | string[] |
public GetListViewItem ( int index ) : System.Windows.Forms.ListViewItem | ||
index | int | |
리턴 | System.Windows.Forms.ListViewItem |
public static GetViewer ( byte dataObjectType ) : |
||
dataObjectType | byte | |
리턴 |
public SetDataSeries ( SmartQuant.DataSeries dataSeries ) : void | ||
dataSeries | SmartQuant.DataSeries | |
리턴 | void |
public SetPriceFormat ( string priceFormat ) : void | ||
priceFormat | string | |
리턴 | void |
protected ListViewItem,System.Windows.Forms lastItem | ||
리턴 | System.Windows.Forms.ListViewItem |