当前位置: 首页 > news >正文

MFC图表控件high-speed-charting的使用

high-speed-charting是MFC上的开源图表库,Teechart的替代品。
high-speed-charting的下载地址
https://www.codeproject.com/Articles/14075/High-speed-Charting-Control
特性

  • High-speed drawing (when axis is fixed) which allows fast plotting of data
  • Unlimited number of series (memory is the limitation)
  • Unlimited amount of data per series
  • Line, point, surface, bar, candlestick and Gantt series available
  • Up to four axes (left, bottom, right, and top axes)
  • Standard, logarithmic or date/time axis
  • Automatic, and/or inverted axes (independent from each other)
  • Axis labels
  • Point labels
  • Smooth curves
  • Grid
  • Legend and titles
  • Interactivity (notifications when specific events occur in the control)
  • Support for manual zoom and mouse panning
  • Support for cursors
  • Support for scrollbar on the axes
  • Highly customizable (colors, titles, labels, edge, fonts, etc.)
http://www.lryc.cn/news/102640.html

相关文章:

  • Unity中常用方法
  • 【监控系统】可视化工具Grafana简介及容器化部署实战
  • VUE之VueRouter页面跳转
  • 【188】Java8利用AVL树实现Map
  • [SQL挖掘机] - 右连接: right join
  • bug篇之基于docker安装nacos(2.1.1)使用dubbo连接不上的问题
  • 【Python入门系列】第二十一篇:Python物联网和传感器应用
  • Python爬虫的urlib的学习(学习于b站尚硅谷)
  • 【MongoDB】--MongoDB聚合Aggregation
  • Hadoop学习指南:探索大数据时代的重要组成——Hadoop概述
  • Java实现简单小画板
  • B078-项目实战--支付模块 领养订单支付流程
  • [css]margin-top不起作用问题(外边距合并)
  • Vue2基础八、插槽
  • 自然语言处理从入门到应用——LangChain:提示(Prompts)-[提示模板:连接到特征存储]
  • jenkins自定义邮件发送人姓名
  • SolidWorks二次开发---简单的连接solidworks
  • docker 安装 active Mq
  • 【Linux】TCP协议
  • DevOps系列文章之 自动化测试大全(单测和集成测试)
  • Android启动速度优化
  • linux 日志 系统安全日志 web日志
  • SpringBoot 整合 MongoDB 连接 阿里云MongoDB
  • Debeizum 增量快照
  • windows下安装composer
  • 企业游学进华秋,助力电子产业创新与发展
  • 玩转Tomcat:从安装到部署
  • 吃透《西瓜书》第四章 决策树定义与构造、ID3决策树、C4.5决策树、CART决策树
  • 复现宏景eHR存在任意文件上传漏洞(0day)
  • unity连接MySQL数据库并完成增删改查