Property | Type | Description | |
---|---|---|---|
dataSeries | SmartQuant.DataSeries | ||
lastItem | System.Windows.Forms.ListViewItem | ||
priceFormat | string |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return |
public GetColumnHeaders ( ) : System.Windows.Forms.ColumnHeader[] | ||
return | System.Windows.Forms.ColumnHeader[] |
protected abstract GetCustomColumnHeaders ( ) : System.Windows.Forms.ColumnHeader[] | ||
return | System.Windows.Forms.ColumnHeader[] |
protected abstract GetCustomSubItems ( int index ) : string[] | ||
index | int | |
return | string[] |
public abstract GetEditor ( ) : DataObjectEditor | ||
return | DataObjectEditor |
public GetListViewItem ( int index ) : System.Windows.Forms.ListViewItem | ||
index | int | |
return | System.Windows.Forms.ListViewItem |
public static GetViewer ( byte dataObjectType ) : |
||
dataObjectType | byte | |
return |
public SetDataSeries ( SmartQuant.DataSeries dataSeries ) : void | ||
dataSeries | SmartQuant.DataSeries | |
return | void |
public SetPriceFormat ( string priceFormat ) : void | ||
priceFormat | string | |
return | void |
protected DataSeries,SmartQuant dataSeries | ||
return | SmartQuant.DataSeries |
protected ListViewItem,System.Windows.Forms lastItem | ||
return | System.Windows.Forms.ListViewItem |