• <menu id="w2i4a"></menu>
  • 首頁(yè) > 慧問(wèn) > 頻道

    請(qǐng)問(wèn)下:teechart的蠟燭圖,移動(dòng)均線,布林通道,MACD,這幾個(gè)序列和函數(shù)的相關(guān)參數(shù)是?

    發(fā)表于2019-05-10 回復(fù):0 查看:2111  |  
    我想請(qǐng)問(wèn)下:teechart的蠟燭圖,移動(dòng)均線,布林通道,MACD,這幾個(gè)序列和函數(shù)的相關(guān)參數(shù)是?如果是數(shù)據(jù)庫(kù)文件,應(yīng)該如何處理 謝謝
    1個(gè)回答
    • 1970-01-01 08:00
      網(wǎng)格線的設(shè)置主要就是幾個(gè)屬性: 1、gridLineColor :網(wǎng)格線顏色值,默認(rèn)為#C0C0C0; 2、gridLineDashStyle :網(wǎng)格線樣式,默認(rèn)為solid實(shí)線;其范圍值有: <pre class='brush: csharp'>view sourceprint? var dashStyles = [ 'Solid', 'ShortDash', 'ShortDot', 'ShortDashDot', 'ShortDashDotDot', 'Dot', 'Dash', 'LongDash', 'DashDot', 'LongDashDot', 'LongDashDotDot' ];</pre> 3、gridLineWidth:網(wǎng)格線寬度,默認(rèn)為0; 需要注意的是,我們想設(shè)置橫向的網(wǎng)格線,需要設(shè)置yAxis,設(shè)置縱向網(wǎng)格線的時(shí)候需要設(shè)置xAxis節(jié)點(diǎn),完整代碼示例如下所示: <pre class='brush: csharp'>view sourceprint? $(function () { $('#container').highcharts({ chart: { }, xAxis: { categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], gridLineColor: '#197F07',//縱向網(wǎng)格線顏色 gridLineWidth: 1 //縱向網(wǎng)格線寬度 }, yAxis: { gridLineColor: '#197F07',//橫向網(wǎng)格線顏色 gridLineDashStyle: 'longdash',//橫向網(wǎng)格線樣式 gridLineWidth: 1//橫向網(wǎng)格線寬度 }, series: [{ data: [29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4] }] }); });</pre>
      1
      回復(fù) 舉報(bào)
    回復(fù)

    登錄 慧都網(wǎng)發(fā)表評(píng)論

    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();