柱狀圖元件
屬性
名稱 |
類型 |
説明 |
|||||||||||||||
ID |
string |
元件名稱,用於識別該元件 |
|||||||||||||||
RemoteName |
string |
元件連接的資料源 |
|||||||||||||||
KeyFields |
collection |
分類項目欄位 |
|||||||||||||||
DataFields |
collection |
資料來源數值欄位
|
|||||||||||||||
Title |
string |
標題 |
|||||||||||||||
Stack |
bool |
是否以堆疊來源數值欄位來呈現 |
|||||||||||||||
BarWidth |
Int |
柱狀寬度 |
|||||||||||||||
Animate |
bool |
是否使柱狀圖動態呈現 |
|||||||||||||||
LegendShow |
bool |
是否顯示圖例說明 |
|||||||||||||||
LegendLocation |
string |
調整圖例位置(方位) |
|||||||||||||||
LegendPlacement |
string |
調整圖例位置(於柱狀圖內或外) |
|||||||||||||||
Width |
string |
寬度 |
|||||||||||||||
Height |
string |
高度 |
|||||||||||||||
OnBeforeLoad |
string |
在柱狀圖載入前,調用的js方法名稱 |
|||||||||||||||
OnClick |
string |
點擊時,調用的js方法名稱 |
|||||||||||||||
QueryObj |
string |
如果要搭配查詢做使用,設定查詢的ID,一般為dgMasterqueryObj。(datagrid的ID+queryObj) |