/**
* @constructor
*/
function XUIPolylineProgressTickSlope() {
}
XUIPolylineProgressTickSlope.prototype = {
//接口
/** */
SetData:function () {
},
/**
* 文本框大小接口
* @param {Number} nWidth 宽度
* @param {Number} nHeight 高度
* @param {Number} nLength 斜边长度
*/
SetTextTipSize:function (nWidth,nHeight,nLength) {
},
/**
* 文本框标题
* @param {String} strText 标题
* @property {String} TitleText "保障人员总数"
*/
SetTitleText:function (strText) {
},
/**
* 获取最大值上限
*/
GetTitleText:function () {
},
/**
* 刻度最大值
* @param {Number} nData 最大值
* @property {Collection} MaxTickAndFontSize 2000
*/
SetMaxTick:function (nData) {
},
/**
* 获取最大值上限
*/
GetMaxTick:function () {
},
/**
* 刻度字体大小
* @param {Number} nSize 字体大小
* @property {Number} TickFontSize 16
*/
SetTickFontSize:function (nSize) {
},
/**
* 获取字体大小
*/
GetTickFontSize:function () {
},
/**
* 数据线宽
* @param {Number} nWidth 线宽
* @property {Number} LineWidth 6
*/
SetLineWidth:function (nWidth) {
},
/**
* 获取数据线宽
*/
GetLineWidth:function () {
},
/**
* 轴线宽
* @param {Number} nWidth 线宽
* @property {Number} AxisLineWidth 1
*/
SetAxisLineWidth:function (nWidth) {
},
/**
* 刻度颜色
* @param {String} strColor 线宽
* @property {Color} SetTickColor "0xffffffff"
*/
SetTickColor:function (strColor) {
},
/**
* 获取刻度颜色
*/
GetTickColor:function () {
},
/**
* 背景颜色绘制
* @param {String} bDrawColor
* @property {Color} BgDrawColor true
*/
SetDrawColor:function (bDrawColor) {
},
/**
* 背景颜色
* @param {String} strBgColor
* @property {Color} CtrlBgColor "0x00000000"
*/
SetCtrlBgColor:function (strBgColor) {
},
/**
* 获取背景颜色
*/
GetCtrlBgColor:function () {
},
/**
* 背景图片
* @param {ImageProp} strImg
* @property {ImageProp} CtrlBgImg ""
*/
SetCtrlBgImg:function (strImg) {
},
/**
* 获取背景图片
*/
GetCtrlBgImg:function () {
},
/**
* 标记颜色
* @param {String} strColor
* @param {String} strBorderColor
* @property {Collection} SignColor ["0xffdebe00","0xffffffff"]
*/
SetSignColor:function (strColor,strBorderColor) {
},
/**
* 获取标记颜色
*/
GetSignColor:function () {
},
/**
* 标记大小
* @param {Number} nRadius 线宽
* @param {Number} nBorderSize 线宽
* @param {Collection} SignSize [6,1]
*/
SetSignSize:function (nRadius,nBorderSize,SignSize) {
},
/**
* 获取标记大小
*/
GetSignSize:function () {
},
}