c++ 柱图实例

260 篇文章 10 订阅

最简单的柱图代码:

chartWnd.Attach(m_hWnd, kTypeStem);

    chartWnd.GetChart()->AddSingleStem(3.0);
    chartWnd.GetChart()->AddSingleStem(2.0);
    chartWnd.GetChart()->AddSingleStem(1.0);
    chartWnd.GetChart()->AddSingleStem(6.0);
    chartWnd.GetChart()->AddSingleStem(9.0);
    chartWnd.GetChart()->AddSingleStem(1.0);
    chartWnd.GetChart()->AddSingleStem(2.0);
    chartWnd.GetChart()->AddSingleStem(3.0);
    chartWnd.GetChart()->AddSingleStem(4.0);
    chartWnd.GetChart()->AddSingleStem(5.0);
    chartWnd.GetChart()->AddSingleStem(6.0);
    chartWnd.GetChart()->AddSingleStem(7.0);
    chartWnd.GetChart()->SetStemLabel(_T("1月"), 0);
    chartWnd.GetChart()->SetStemLabel(_T("2月"), 1);
    chartWnd.GetChart()->SetStemLabel(_T("3月"), 2);
    chartWnd.GetChart()->SetStemLabel(_T("4月"), 3);
    chartWnd.GetChart()->SetStemLabel(_T("5月"), 4);
    chartWnd.GetChart()->SetStemLabel(_T("6月"), 5);
    chartWnd.GetChart()->SetStemLabel(_T("7月"), 6);
    chartWnd.GetChart()->SetStemLabel(_T("8月"), 7);
    chartWnd.GetChart()->SetStemLabel(_T("9月"), 8);
    chartWnd.GetChart()->SetStemLabel(_T("10月"), 9);
    chartWnd.GetChart()->SetStemLabel(_T("11月"), 10);
    chartWnd.GetChart()->SetStemLabel(_T("12月"), 11);

    chartWnd.GetChart()->SetStemRatio(0.4);//设置柱子宽度(占一格的比例)
    chartWnd.GetChart()->SetYRange(0, 20);//设置Y轴范围
    chartWnd.GetChart()->SetShowValOnTop(true, 0);//显示柱顶数值
    chartWnd.GetChart()->SetDataColor(RGB(128, 128, 0), 0);//设置柱子颜色
    chartWnd.GetChart()->SetGridLine(true, false);//水平网格线

效果图:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值