在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例Qt 图形界面开发 → Chart图表操作

Chart图表操作

Qt 图形界面开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:17.31M
  • 下载次数:23
  • 浏览次数:152
  • 发布时间:2023-04-11
  • 实例类别:Qt 图形界面开发
  • 发 布 人:微信好友
  • 文件格式:.zip
  • 所需积分:2
 相关标签: chart char cha ART AR

实例介绍

【实例简介】Chart图表操作

【实例截图】

from clipboard

【核心代码】

.
├── ChartDirector
│   ├── LICENSE.TXT
│   ├── README.TXT
│   ├── cppdemo
│   │   ├── anglepie
│   │   │   ├── anglepie.cpp
│   │   │   ├── anglepie.sln
│   │   │   ├── anglepie.vcxproj
│   │   │   └── anglepie.vcxproj.filters
│   │   ├── angularpointer
│   │   │   ├── angularpointer.cpp
│   │   │   ├── angularpointer.sln
│   │   │   ├── angularpointer.vcxproj
│   │   │   └── angularpointer.vcxproj.filters
│   │   ├── angularpointer2
│   │   │   ├── angularpointer2.cpp
│   │   │   ├── angularpointer2.sln
│   │   │   ├── angularpointer2.vcxproj
│   │   │   └── angularpointer2.vcxproj.filters
│   │   ├── arealine
│   │   │   ├── arealine.cpp
│   │   │   ├── arealine.sln
│   │   │   ├── arealine.vcxproj
│   │   │   └── arealine.vcxproj.filters
│   │   ├── axisscale
│   │   │   ├── axisscale.cpp
│   │   │   ├── axisscale.sln
│   │   │   ├── axisscale.vcxproj
│   │   │   └── axisscale.vcxproj.filters
│   │   ├── background
│   │   │   ├── background.cpp
│   │   │   ├── background.sln
│   │   │   ├── background.vcxproj
│   │   │   ├── background.vcxproj.filters
│   │   │   ├── bg.png
│   │   │   └── tile.gif
│   │   ├── barlabel
│   │   │   ├── barlabel.cpp
│   │   │   ├── barlabel.sln
│   │   │   ├── barlabel.vcxproj
│   │   │   └── barlabel.vcxproj.filters
│   │   ├── binaryseries
│   │   │   ├── binaryseries.cpp
│   │   │   ├── binaryseries.sln
│   │   │   ├── binaryseries.vcxproj
│   │   │   └── binaryseries.vcxproj.filters
│   │   ├── blackhbarmeter
│   │   │   ├── blackhbarmeter.cpp
│   │   │   ├── blackhbarmeter.sln
│   │   │   ├── blackhbarmeter.vcxproj
│   │   │   └── blackhbarmeter.vcxproj.filters
│   │   ├── blackhlinearmeter
│   │   │   ├── blackhlinearmeter.cpp
│   │   │   ├── blackhlinearmeter.sln
│   │   │   ├── blackhlinearmeter.vcxproj
│   │   │   └── blackhlinearmeter.vcxproj.filters
│   │   ├── blackroundmeter
│   │   │   ├── blackroundmeter.cpp
│   │   │   ├── blackroundmeter.sln
│   │   │   ├── blackroundmeter.vcxproj
│   │   │   └── blackroundmeter.vcxproj.filters
│   │   ├── blacksemicirclemeter
│   │   │   ├── blacksemicirclemeter.cpp
│   │   │   ├── blacksemicirclemeter.sln
│   │   │   ├── blacksemicirclemeter.vcxproj
│   │   │   └── blacksemicirclemeter.vcxproj.filters
│   │   ├── blackvbarmeter
│   │   │   ├── blackvbarmeter.cpp
│   │   │   ├── blackvbarmeter.sln
│   │   │   ├── blackvbarmeter.vcxproj
│   │   │   └── blackvbarmeter.vcxproj.filters
│   │   ├── blackvlinearmeter
│   │   │   ├── blackvlinearmeter.cpp
│   │   │   ├── blackvlinearmeter.sln
│   │   │   ├── blackvlinearmeter.vcxproj
│   │   │   └── blackvlinearmeter.vcxproj.filters
│   │   ├── boxwhisker
│   │   │   ├── boxwhisker.cpp
│   │   │   ├── boxwhisker.sln
│   │   │   ├── boxwhisker.vcxproj
│   │   │   └── boxwhisker.vcxproj.filters
│   │   ├── boxwhisker2
│   │   │   ├── boxwhisker2.cpp
│   │   │   ├── boxwhisker2.sln
│   │   │   ├── boxwhisker2.vcxproj
│   │   │   └── boxwhisker2.vcxproj.filters
│   │   ├── bubble
│   │   │   ├── bubble.cpp
│   │   │   ├── bubble.sln
│   │   │   ├── bubble.vcxproj
│   │   │   └── bubble.vcxproj.filters
│   │   ├── bubblescale
│   │   │   ├── bubblescale.cpp
│   │   │   ├── bubblescale.sln
│   │   │   ├── bubblescale.vcxproj
│   │   │   └── bubblescale.vcxproj.filters
│   │   ├── builtinsymbols
│   │   │   ├── builtinsymbols.cpp
│   │   │   ├── builtinsymbols.sln
│   │   │   ├── builtinsymbols.vcxproj
│   │   │   └── builtinsymbols.vcxproj.filters
│   │   ├── candlestick
│   │   │   ├── candlestick.cpp
│   │   │   ├── candlestick.sln
│   │   │   ├── candlestick.vcxproj
│   │   │   └── candlestick.vcxproj.filters
│   │   ├── circlelabelpie
│   │   │   ├── circlelabelpie.cpp
│   │   │   ├── circlelabelpie.sln
│   │   │   ├── circlelabelpie.vcxproj
│   │   │   └── circlelabelpie.vcxproj.filters
│   │   ├── colorbar
│   │   │   ├── colorbar.cpp
│   │   │   ├── colorbar.sln
│   │   │   ├── colorbar.vcxproj
│   │   │   └── colorbar.vcxproj.filters
│   │   ├── colorbar2
│   │   │   ├── colorbar2.cpp
│   │   │   ├── colorbar2.sln
│   │   │   ├── colorbar2.vcxproj
│   │   │   └── colorbar2.vcxproj.filters
│   │   ├── colorgantt
│   │   │   ├── colorgantt.cpp
│   │   │   ├── colorgantt.sln
│   │   │   ├── colorgantt.vcxproj
│   │   │   └── colorgantt.vcxproj.filters
│   │   ├── colorhbarmeter
│   │   │   ├── colorhbarmeter.cpp
│   │   │   ├── colorhbarmeter.sln
│   │   │   ├── colorhbarmeter.vcxproj
│   │   │   └── colorhbarmeter.vcxproj.filters
│   │   ├── colorhlinearmeter
│   │   │   ├── colorhlinearmeter.cpp
│   │   │   ├── colorhlinearmeter.sln
│   │   │   ├── colorhlinearmeter.vcxproj
│   │   │   └── colorhlinearmeter.vcxproj.filters
│   │   ├── colorroundmeter
│   │   │   ├── colorroundmeter.cpp
│   │   │   ├── colorroundmeter.sln
│   │   │   ├── colorroundmeter.vcxproj
│   │   │   └── colorroundmeter.vcxproj.filters
│   │   ├── colorsemicirclemeter
│   │   │   ├── colorsemicirclemeter.cpp
│   │   │   ├── colorsemicirclemeter.sln
│   │   │   ├── colorsemicirclemeter.vcxproj
│   │   │   └── colorsemicirclemeter.vcxproj.filters
│   │   ├── colorvbarmeter
│   │   │   ├── colorvbarmeter.cpp
│   │   │   ├── colorvbarmeter.sln
│   │   │   ├── colorvbarmeter.vcxproj
│   │   │   └── colorvbarmeter.vcxproj.filters
│   │   ├── colorvlinearmeter
│   │   │   ├── colorvlinearmeter.cpp
│   │   │   ├── colorvlinearmeter.sln
│   │   │   ├── colorvlinearmeter.vcxproj
│   │   │   └── colorvlinearmeter.vcxproj.filters
│   │   ├── compactline
│   │   │   ├── compactline.cpp
│   │   │   ├── compactline.sln
│   │   │   ├── compactline.vcxproj
│   │   │   └── compactline.vcxproj.filters
│   │   ├── concentric
│   │   │   ├── concentric.cpp
│   │   │   ├── concentric.sln
│   │   │   ├── concentric.vcxproj
│   │   │   └── concentric.vcxproj.filters
│   │   ├── cone
│   │   │   ├── cone.cpp
│   │   │   ├── cone.sln
│   │   │   ├── cone.vcxproj
│   │   │   └── cone.vcxproj.filters
│   │   ├── confidenceband
│   │   │   ├── confidenceband.cpp
│   │   │   ├── confidenceband.sln
│   │   │   ├── confidenceband.vcxproj
│   │   │   └── confidenceband.vcxproj.filters
│   │   ├── contour
│   │   │   ├── contour.cpp
│   │   │   ├── contour.sln
│   │   │   ├── contour.vcxproj
│   │   │   └── contour.vcxproj.filters
│   │   ├── contourcolor
│   │   │   ├── contourcolor.cpp
│   │   │   ├── contourcolor.sln
│   │   │   ├── contourcolor.vcxproj
│   │   │   └── contourcolor.vcxproj.filters
│   │   ├── contourinterpolate
│   │   │   ├── contourinterpolate.cpp
│   │   │   ├── contourinterpolate.sln
│   │   │   ├── contourinterpolate.vcxproj
│   │   │   └── contourinterpolate.vcxproj.filters
│   │   ├── contourlegend
│   │   │   ├── contourlegend.cpp
│   │   │   ├── contourlegend.sln
│   │   │   ├── contourlegend.vcxproj
│   │   │   └── contourlegend.vcxproj.filters
│   │   ├── curvefitting
│   │   │   ├── curvefitting.cpp
│   │   │   ├── curvefitting.sln
│   │   │   ├── curvefitting.vcxproj
│   │   │   └── curvefitting.vcxproj.filters
│   │   ├── customsymbolline
│   │   │   ├── customsymbolline.cpp
│   │   │   ├── customsymbolline.sln
│   │   │   ├── customsymbolline.vcxproj
│   │   │   ├── customsymbolline.vcxproj.filters
│   │   │   ├── small_computer.png
│   │   │   └── small_user.png
│   │   ├── cylinderbar
│   │   │   ├── cylinderbar.cpp
│   │   │   ├── cylinderbar.sln
│   │   │   ├── cylinderbar.vcxproj
│   │   │   └── cylinderbar.vcxproj.filters
│   │   ├── cylinderlightbar
│   │   │   ├── cylinderlightbar.cpp
│   │   │   ├── cylinderlightbar.sln
│   │   │   ├── cylinderlightbar.vcxproj
│   │   │   └── cylinderlightbar.vcxproj.filters
│   │   ├── datatable
│   │   │   ├── datatable.cpp
│   │   │   ├── datatable.sln
│   │   │   ├── datatable.vcxproj
│   │   │   └── datatable.vcxproj.filters
│   │   ├── datatable2
│   │   │   ├── datatable2.cpp
│   │   │   ├── datatable2.sln
│   │   │   ├── datatable2.vcxproj
│   │   │   └── datatable2.vcxproj.filters
│   │   ├── deptharea
│   │   │   ├── deptharea.cpp
│   │   │   ├── deptharea.sln
│   │   │   ├── deptharea.vcxproj
│   │   │   └── deptharea.vcxproj.filters
│   │   ├── depthbar
│   │   │   ├── depthbar.cpp
│   │   │   ├── depthbar.sln
│   │   │   ├── depthbar.vcxproj
│   │   │   └── depthbar.vcxproj.filters
│   │   ├── donut
│   │   │   ├── donut.cpp
│   │   │   ├── donut.sln
│   │   │   ├── donut.vcxproj
│   │   │   └── donut.vcxproj.filters
│   │   ├── donutshading
│   │   │   ├── donutshading.cpp
│   │   │   ├── donutshading.sln
│   │   │   ├── donutshading.vcxproj
│   │   │   └── donutshading.vcxproj.filters
│   │   ├── donutwidth
│   │   │   ├── donutwidth.cpp
│   │   │   ├── donutwidth.sln
│   │   │   ├── donutwidth.vcxproj
│   │   │   └── donutwidth.vcxproj.filters
│   │   ├── dualhbar
│   │   │   ├── dualhbar.cpp
│   │   │   ├── dualhbar.sln
│   │   │   ├── dualhbar.vcxproj
│   │   │   └── dualhbar.vcxproj.filters
│   │   ├── dualxaxis
│   │   │   ├── dualxaxis.cpp
│   │   │   ├── dualxaxis.sln
│   │   │   ├── dualxaxis.vcxproj
│   │   │   └── dualxaxis.vcxproj.filters
│   │   ├── dualyaxis
│   │   │   ├── dualyaxis.cpp
│   │   │   ├── dualyaxis.sln
│   │   │   ├── dualyaxis.vcxproj
│   │   │   └── dualyaxis.vcxproj.filters
│   │   ├── enhancedarea
│   │   │   ├── clock.png
│   │   │   ├── enhancedarea.cpp
│   │   │   ├── enhancedarea.sln
│   │   │   ├── enhancedarea.vcxproj
│   │   │   ├── enhancedarea.vcxproj.filters
│   │   │   ├── small_molecule.png
│   │   │   └── star.png
│   │   ├── errline
│   │   │   ├── clock.png
│   │   │   ├── errline.cpp
│   │   │   ├── errline.sln
│   │   │   ├── errline.vcxproj
│   │   │   ├── errline.vcxproj.filters
│   │   │   ├── small_molecule.png
│   │   │   └── star.png
│   │   ├── explodedpie
│   │   │   ├── explodedpie.cpp
│   │   │   ├── explodedpie.sln
│   │   │   ├── explodedpie.vcxproj
│   │   │   └── explodedpie.vcxproj.filters
│   │   ├── finance
│   │   │   ├── finance.cpp
│   │   │   ├── finance.sln
│   │   │   ├── finance.vcxproj
│   │   │   └── finance.vcxproj.filters
│   │   ├── finance2
│   │   │   ├── finance2.cpp
│   │   │   ├── finance2.sln
│   │   │   ├── finance2.vcxproj
│   │   │   └── finance2.vcxproj.filters
│   │   ├── financesymbols
│   │   │   ├── financesymbols.cpp
│   │   │   ├── financesymbols.sln
│   │   │   ├── financesymbols.vcxproj
│   │   │   └── financesymbols.vcxproj.filters
│   │   ├── floatingbox
│   │   │   ├── floatingbox.cpp
│   │   │   ├── floatingbox.sln
│   │   │   ├── floatingbox.vcxproj
│   │   │   └── floatingbox.vcxproj.filters
│   │   ├── fontpie
│   │   │   ├── fontpie.cpp
│   │   │   ├── fontpie.sln
│   │   │   ├── fontpie.vcxproj
│   │   │   ├── fontpie.vcxproj.filters
│   │   │   ├── marble.png
│   │   │   ├── marble2.png
│   │   │   └── wood.png
│   │   ├── fontxy
│   │   │   ├── fontxy.cpp
│   │   │   ├── fontxy.sln
│   │   │   ├── fontxy.vcxproj
│   │   │   └── fontxy.vcxproj.filters
│   │   ├── fourq
│   │   │   ├── fourq.cpp
│   │   │   ├── fourq.sln
│   │   │   ├── fourq.vcxproj
│   │   │   └── fourq.vcxproj.filters
│   │   ├── funnel
│   │   │   ├── funnel.cpp
│   │   │   ├── funnel.sln
│   │   │   ├── funnel.vcxproj
│   │   │   └── funnel.vcxproj.filters
│   │   ├── gantt
│   │   │   ├── gantt.cpp
│   │   │   ├── gantt.sln
│   │   │   ├── gantt.vcxproj
│   │   │   └── gantt.vcxproj.filters
│   │   ├── gapbar
│   │   │   ├── gapbar.cpp
│   │   │   ├── gapbar.sln
│   │   │   ├── gapbar.vcxproj
│   │   │   └── gapbar.vcxproj.filters
│   │   ├── glasslightbar
│   │   │   ├── glasslightbar.cpp
│   │   │   ├── glasslightbar.sln
│   │   │   ├── glasslightbar.vcxproj
│   │   │   └── glasslightbar.vcxproj.filters
│   │   ├── glassmultibar
│   │   │   ├── glassmultibar.cpp
│   │   │   ├── glassmultibar.sln
│   │   │   ├── glassmultibar.vcxproj
│   │   │   └── glassmultibar.vcxproj.filters
│   │   ├── gradientbar
│   │   │   ├── gradientbar.cpp
│   │   │   ├── gradientbar.sln
│   │   │   ├── gradientbar.vcxproj
│   │   │   └── gradientbar.vcxproj.filters
│   │   ├── gradientmultibar
│   │   │   ├── gradientmultibar.cpp
│   │   │   ├── gradientmultibar.sln
│   │   │   ├── gradientmultibar.vcxproj
│   │   │   └── gradientmultibar.vcxproj.filters
│   │   ├── hbar
│   │   │   ├── hbar.cpp
│   │   │   ├── hbar.sln
│   │   │   ├── hbar.vcxproj
│   │   │   └── hbar.vcxproj.filters
│   │   ├── hbarmeter
│   │   │   ├── hbarmeter.cpp
│   │   │   ├── hbarmeter.sln
│   │   │   ├── hbarmeter.vcxproj
│   │   │   └── hbarmeter.vcxproj.filters
│   │   ├── hbarmeterorientation
│   │   │   ├── hbarmeterorientation.cpp
│   │   │   ├── hbarmeterorientation.sln
│   │   │   ├── hbarmeterorientation.vcxproj
│   │   │   └── hbarmeterorientation.vcxproj.filters
│   │   ├── hboxwhisker
│   │   │   ├── hboxwhisker.cpp
│   │   │   ├── hboxwhisker.sln
│   │   │   ├── hboxwhisker.vcxproj
│   │   │   ├── hboxwhisker.vcxproj.filters
│   │   │   ├── robot1.png
│   │   │   ├── robot2.png
│   │   │   └── robot5.png
│   │   ├── histogram
│   │   │   ├── histogram.cpp
│   │   │   ├── histogram.sln
│   │   │   ├── histogram.vcxproj
│   │   │   └── histogram.vcxproj.filters
│   │   ├── hlinearmeter
│   │   │   ├── hlinearmeter.cpp
│   │   │   ├── hlinearmeter.sln
│   │   │   ├── hlinearmeter.vcxproj
│   │   │   └── hlinearmeter.vcxproj.filters
│   │   ├── hlinearmeterorientation
│   │   │   ├── hlinearmeterorientation.cpp
│   │   │   ├── hlinearmeterorientation.sln
│   │   │   ├── hlinearmeterorientation.vcxproj
│   │   │   └── hlinearmeterorientation.vcxproj.filters
│   │   ├── hloc
│   │   │   ├── hloc.cpp
│   │   │   ├── hloc.sln
│   │   │   ├── hloc.vcxproj
│   │   │   └── hloc.vcxproj.filters
│   │   ├── iconameter
│   │   │   ├── gas.gif
│   │   │   ├── iconameter.cpp
│   │   │   ├── iconameter.sln
│   │   │   ├── iconameter.vcxproj
│   │   │   └── iconameter.vcxproj.filters
│   │   ├── icondonut
│   │   │   ├── cloud.png
│   │   │   ├── icondonut.cpp
│   │   │   ├── icondonut.sln
│   │   │   ├── icondonut.vcxproj
│   │   │   ├── icondonut.vcxproj.filters
│   │   │   ├── rain.png
│   │   │   ├── snowy.png
│   │   │   └── sun.png
│   │   ├── iconpie
│   │   │   ├── cloud.png
│   │   │   ├── iconpie.cpp
│   │   │   ├── iconpie.sln
│   │   │   ├── iconpie.vcxproj
│   │   │   ├── iconpie.vcxproj.filters
│   │   │   ├── rain.png
│   │   │   ├── snowy.png
│   │   │   └── sun.png
│   │   ├── iconpie2
│   │   │   ├── angry.png
│   │   │   ├── doc.png
│   │   │   ├── iconpie2.cpp
│   │   │   ├── iconpie2.sln
│   │   │   ├── iconpie2.vcxproj
│   │   │   ├── iconpie2.vcxproj.filters
│   │   │   ├── laugh.png
│   │   │   ├── molecule.png
│   │   │   ├── nocomment.png
│   │   │   ├── sad.png
│   │   │   └── smile.png
│   │   ├── layergantt
│   │   │   ├── layergantt.cpp
│   │   │   ├── layergantt.sln
│   │   │   ├── layergantt.vcxproj
│   │   │   └── layergantt.vcxproj.filters
│   │   ├── legendpie
│   │   │   ├── legendpie.cpp
│   │   │   ├── legendpie.sln
│   │   │   ├── legendpie.vcxproj
│   │   │   └── legendpie.vcxproj.filters
│   │   ├── legendpie2
│   │   │   ├── legendpie2.cpp
│   │   │   ├── legendpie2.sln
│   │   │   ├── legendpie2.vcxproj
│   │   │   └── legendpie2.vcxproj.filters
│   │   ├── linearzonemeter
│   │   │   ├── linearzonemeter.cpp
│   │   │   ├── linearzonemeter.sln
│   │   │   ├── linearzonemeter.vcxproj
│   │   │   └── linearzonemeter.vcxproj.filters
│   │   ├── linecompare
│   │   │   ├── clock.png
│   │   │   ├── linecompare.cpp
│   │   │   ├── linecompare.sln
│   │   │   ├── linecompare.vcxproj
│   │   │   ├── linecompare.vcxproj.filters
│   │   │   ├── small_molecule.png
│   │   │   └── star.png
│   │   ├── linefill
│   │   │   ├── linefill.cpp
│   │   │   ├── linefill.sln
│   │   │   ├── linefill.vcxproj
│   │   │   └── linefill.vcxproj.filters
│   │   ├── logaxis
│   │   │   ├── logaxis.cpp
│   │   │   ├── logaxis.sln
│   │   │   ├── logaxis.vcxproj
│   │   │   └── logaxis.vcxproj.filters
│   │   ├── markbar
│   │   │   ├── markbar.cpp
│   │   │   ├── markbar.sln
│   │   │   ├── markbar.vcxproj
│   │   │   └── markbar.vcxproj.filters
│   │   ├── markzone
│   │   │   ├── markzone.cpp
│   │   │   ├── markzone.sln
│   │   │   ├── markzone.vcxproj
│   │   │   └── markzone.vcxproj.filters
│   │   ├── markzone2
│   │   │   ├── markzone2.cpp
│   │   │   ├── markzone2.sln
│   │   │   ├── markzone2.vcxproj
│   │   │   └── markzone2.vcxproj.filters
│   │   ├── missingpoints
│   │   │   ├── missingpoints.cpp
│   │   │   ├── missingpoints.sln
│   │   │   ├── missingpoints.vcxproj
│   │   │   └── missingpoints.vcxproj.filters
│   │   ├── multiaxes
│   │   │   ├── multiaxes.cpp
│   │   │   ├── multiaxes.sln
│   │   │   ├── multiaxes.vcxproj
│   │   │   └── multiaxes.vcxproj.filters
│   │   ├── multibar
│   │   │   ├── multibar.cpp
│   │   │   ├── multibar.sln
│   │   │   ├── multibar.vcxproj
│   │   │   └── multibar.vcxproj.filters
│   │   ├── multicylinder
│   │   │   ├── multicylinder.cpp
│   │   │   ├── multicylinder.sln
│   │   │   ├── multicylinder.vcxproj
│   │   │   └── multicylinder.vcxproj.filters
│   │   ├── multidepthpie
│   │   │   ├── multidepthpie.cpp
│   │   │   ├── multidepthpie.sln
│   │   │   ├── multidepthpie.vcxproj
│   │   │   └── multidepthpie.vcxproj.filters
│   │   ├── multihmeter
│   │   │   ├── multihmeter.cpp
│   │   │   ├── multihmeter.sln
│   │   │   ├── multihmeter.vcxproj
│   │   │   └── multihmeter.vcxproj.filters
│   │   ├── multiline
│   │   │   ├── multiline.cpp
│   │   │   ├── multiline.sln
│   │   │   ├── multiline.vcxproj
│   │   │   └── multiline.vcxproj.filters
│   │   ├── multiline2
│   │   │   ├── multiline2.cpp
│   │   │   ├── multiline2.sln
│   │   │   ├── multiline2.vcxproj
│   │   │   └── multiline2.vcxproj.filters
│   │   ├── multipie
│   │   │   ├── multipie.cpp
│   │   │   ├── multipie.sln
│   │   │   ├── multipie.vcxproj
│   │   │   └── multipie.vcxproj.filters
│   │   ├── multiradar
│   │   │   ├── multiradar.cpp
│   │   │   ├── multiradar.sln
│   │   │   ├── multiradar.vcxproj
│   │   │   └── multiradar.vcxproj.filters
│   │   ├── multishapebar
│   │   │   ├── multishapebar.cpp
│   │   │   ├── multishapebar.sln
│   │   │   ├── multishapebar.vcxproj
│   │   │   └── multishapebar.vcxproj.filters
│   │   ├── multistackbar
│   │   │   ├── computer.png
│   │   │   ├── multistackbar.cpp
│   │   │   ├── multistackbar.sln
│   │   │   ├── multistackbar.vcxproj
│   │   │   ├── multistackbar.vcxproj.filters
│   │   │   ├── service.png
│   │   │   └── software.png
│   │   ├── multisymbolline
│   │   │   ├── multisymbolline.cpp
│   │   │   ├── multisymbolline.sln
│   │   │   ├── multisymbolline.vcxproj
│   │   │   └── multisymbolline.vcxproj.filters
│   │   ├── multivmeter
│   │   │   ├── multivmeter.cpp
│   │   │   ├── multivmeter.sln
│   │   │   ├── multivmeter.vcxproj
│   │   │   └── multivmeter.vcxproj.filters
│   │   ├── neonroundmeter
│   │   │   ├── neonroundmeter.cpp
│   │   │   ├── neonroundmeter.sln
│   │   │   ├── neonroundmeter.vcxproj
│   │   │   └── neonroundmeter.vcxproj.filters
│   │   ├── overlapbar
│   │   │   ├── overlapbar.cpp
│   │   │   ├── overlapbar.sln
│   │   │   ├── overlapbar.vcxproj
│   │   │   └── overlapbar.vcxproj.filters
│   │   ├── paramcurve
│   │   │   ├── paramcurve.cpp
│   │   │   ├── paramcurve.sln
│   │   │   ├── paramcurve.vcxproj
│   │   │   └── paramcurve.vcxproj.filters
│   │   ├── pareto
│   │   │   ├── pareto.cpp
│   │   │   ├── pareto.sln
│   │   │   ├── pareto.vcxproj
│   │   │   └── pareto.vcxproj.filters
│   │   ├── patternarea
│   │   │   ├── patternarea.cpp
│   │   │   ├── patternarea.sln
│   │   │   ├── patternarea.vcxproj
│   │   │   ├── patternarea.vcxproj.filters
│   │   │   └── snow.png
│   │   ├── percentarea
│   │   │   ├── computer.png
│   │   │   ├── percentarea.cpp
│   │   │   ├── percentarea.sln
│   │   │   ├── percentarea.vcxproj
│   │   │   ├── percentarea.vcxproj.filters
│   │   │   ├── service.png
│   │   │   └── software.png
│   │   ├── percentbar
│   │   │   ├── computer.png
│   │   │   ├── percentbar.cpp
│   │   │   ├── percentbar.sln
│   │   │   ├── percentbar.vcxproj
│   │   │   ├── percentbar.vcxproj.filters
│   │   │   ├── service.png
│   │   │   └── software.png
│   │   ├── pieshading
│   │   │   ├── pieshading.cpp
│   │   │   ├── pieshading.sln
│   │   │   ├── pieshading.vcxproj
│   │   │   └── pieshading.vcxproj.filters
│   │   ├── polararea
│   │   │   ├── polararea.cpp
│   │   │   ├── polararea.sln
│   │   │   ├── polararea.vcxproj
│   │   │   ├── polararea.vcxproj.filters
│   │   │   └── wood.png
│   │   ├── polarbubble
│   │   │   ├── polarbubble.cpp
│   │   │   ├── polarbubble.sln
│   │   │   ├── polarbubble.vcxproj
│   │   │   └── polarbubble.vcxproj.filters
│   │   ├── polarline
│   │   │   ├── polarline.cpp
│   │   │   ├── polarline.sln
│   │   │   ├── polarline.vcxproj
│   │   │   ├── polarline.vcxproj.filters
│   │   │   └── wood.png
│   │   ├── polarscatter
│   │   │   ├── polarscatter.cpp
│   │   │   ├── polarscatter.sln
│   │   │   ├── polarscatter.vcxproj
│   │   │   └── polarscatter.vcxproj.filters
│   │   ├── polarspline
│   │   │   ├── polarspline.cpp
│   │   │   ├── polarspline.sln
│   │   │   ├── polarspline.vcxproj
│   │   │   └── polarspline.vcxproj.filters
│   │   ├── polarvector
│   │   │   ├── polarvector.cpp
│   │   │   ├── polarvector.sln
│   │   │   ├── polarvector.vcxproj
│   │   │   └── polarvector.vcxproj.filters
│   │   ├── polarzones
│   │   │   ├── polarzones.cpp
│   │   │   ├── polarzones.sln
│   │   │   ├── polarzones.vcxproj
│   │   │   └── polarzones.vcxproj.filters
│   │   ├── polarzones2
│   │   │   ├── polarzones2.cpp
│   │   │   ├── polarzones2.sln
│   │   │   ├── polarzones2.vcxproj
│   │   │   └── polarzones2.vcxproj.filters
│   │   ├── polygonbar
│   │   │   ├── polygonbar.cpp
│   │   │   ├── polygonbar.sln
│   │   │   ├── polygonbar.vcxproj
│   │   │   └── polygonbar.vcxproj.filters
│   │   ├── posnegbar
│   │   │   ├── posnegbar.cpp
│   │   │   ├── posnegbar.sln
│   │   │   ├── posnegbar.vcxproj
│   │   │   └── posnegbar.vcxproj.filters
│   │   ├── posnegwaterfall
│   │   │   ├── posnegwaterfall.cpp
│   │   │   ├── posnegwaterfall.sln
│   │   │   ├── posnegwaterfall.vcxproj
│   │   │   └── posnegwaterfall.vcxproj.filters
│   │   ├── pyramidelevation
│   │   │   ├── pyramidelevation.cpp
│   │   │   ├── pyramidelevation.sln
│   │   │   ├── pyramidelevation.vcxproj
│   │   │   └── pyramidelevation.vcxproj.filters
│   │   ├── pyramidgap
│   │   │   ├── pyramidgap.cpp
│   │   │   ├── pyramidgap.sln
│   │   │   ├── pyramidgap.vcxproj
│   │   │   └── pyramidgap.vcxproj.filters
│   │   ├── pyramidrotation
│   │   │   ├── pyramidrotation.cpp
│   │   │   ├── pyramidrotation.sln
│   │   │   ├── pyramidrotation.vcxproj
│   │   │   └── pyramidrotation.vcxproj.filters
│   │   ├── rectangularmeter
│   │   │   ├── rectangularmeter.cpp
│   │   │   ├── rectangularmeter.sln
│   │   │   ├── rectangularmeter.vcxproj
│   │   │   └── rectangularmeter.vcxproj.filters
│   │   ├── rose
│   │   │   ├── rose.cpp
│   │   │   ├── rose.sln
│   │   │   ├── rose.vcxproj
│   │   │   └── rose.vcxproj.filters
│   │   ├── rotatedarea
│   │   │   ├── rotatedarea.cpp
│   │   │   ├── rotatedarea.sln
│   │   │   ├── rotatedarea.vcxproj
│   │   │   └── rotatedarea.vcxproj.filters
│   │   ├── rotatedline
│   │   │   ├── rotatedline.cpp
│   │   │   ├── rotatedline.sln
│   │   │   ├── rotatedline.vcxproj
│   │   │   └── rotatedline.vcxproj.filters
│   │   ├── rotatedpyramid
│   │   │   ├── rotatedpyramid.cpp
│   │   │   ├── rotatedpyramid.sln
│   │   │   ├── rotatedpyramid.vcxproj
│   │   │   └── rotatedpyramid.vcxproj.filters
│   │   ├── roundmeter
│   │   │   ├── roundmeter.cpp
│   │   │   ├── roundmeter.sln
│   │   │   ├── roundmeter.vcxproj
│   │   │   └── roundmeter.vcxproj.filters
│   │   ├── roundmeterreadout
│   │   │   ├── roundmeterreadout.cpp
│   │   │   ├── roundmeterreadout.sln
│   │   │   ├── roundmeterreadout.vcxproj
│   │   │   └── roundmeterreadout.vcxproj.filters
│   │   ├── scatter
│   │   │   ├── scatter.cpp
│   │   │   ├── scatter.sln
│   │   │   ├── scatter.vcxproj
│   │   │   └── scatter.vcxproj.filters
│   │   ├── scattercontour
│   │   │   ├── scattercontour.cpp
│   │   │   ├── scattercontour.sln
│   │   │   ├── scattercontour.vcxproj
│   │   │   └── scattercontour.vcxproj.filters
│   │   ├── scatterlabels
│   │   │   ├── scatterlabels.cpp
│   │   │   ├── scatterlabels.sln
│   │   │   ├── scatterlabels.vcxproj
│   │   │   └── scatterlabels.vcxproj.filters
│   │   ├── scattersurface
│   │   │   ├── scattersurface.cpp
│   │   │   ├── scattersurface.sln
│   │   │   ├── scattersurface.vcxproj
│   │   │   └── scattersurface.vcxproj.filters
│   │   ├── scattersymbols
│   │   │   ├── robot1.png
│   │   │   ├── robot2.png
│   │   │   ├── robot3.png
│   │   │   ├── robot4.png
│   │   │   ├── robot5.png
│   │   │   ├── scattersymbols.cpp
│   │   │   ├── scattersymbols.sln
│   │   │   ├── scattersymbols.vcxproj
│   │   │   └── scattersymbols.vcxproj.filters
│   │   ├── scattertrend
│   │   │   ├── scattertrend.cpp
│   │   │   ├── scattertrend.sln
│   │   │   ├── scattertrend.vcxproj
│   │   │   └── scattertrend.vcxproj.filters
│   │   ├── semicirclemeter
│   │   │   ├── semicirclemeter.cpp
│   │   │   ├── semicirclemeter.sln
│   │   │   ├── semicirclemeter.vcxproj
│   │   │   └── semicirclemeter.vcxproj.filters
│   │   ├── semicirclemeterreadout
│   │   │   ├── semicirclemeterreadout.cpp
│   │   │   ├── semicirclemeterreadout.sln
│   │   │   ├── semicirclemeterreadout.vcxproj
│   │   │   └── semicirclemeterreadout.vcxproj.filters
│   │   ├── shadowpie
│   │   │   ├── shadowpie.cpp
│   │   │   ├── shadowpie.sln
│   │   │   ├── shadowpie.vcxproj
│   │   │   └── shadowpie.vcxproj.filters
│   │   ├── sidelabelpie
│   │   │   ├── sidelabelpie.cpp
│   │   │   ├── sidelabelpie.sln
│   │   │   ├── sidelabelpie.vcxproj
│   │   │   └── sidelabelpie.vcxproj.filters
│   │   ├── simplearea
│   │   │   ├── simplearea.cpp
│   │   │   ├── simplearea.sln
│   │   │   ├── simplearea.vcxproj
│   │   │   └── simplearea.vcxproj.filters
│   │   ├── simplebar
│   │   │   ├── simplebar.cpp
│   │   │   ├── simplebar.sln
│   │   │   ├── simplebar.vcxproj
│   │   │   └── simplebar.vcxproj.filters
│   │   ├── simplebar2
│   │   │   ├── simplebar2.cpp
│   │   │   ├── simplebar2.sln
│   │   │   ├── simplebar2.vcxproj
│   │   │   └── simplebar2.vcxproj.filters
│   │   ├── simpleline
│   │   │   ├── simpleline.cpp
│   │   │   ├── simpleline.sln
│   │   │   ├── simpleline.vcxproj
│   │   │   └── simpleline.vcxproj.filters
│   │   ├── simplepie
│   │   │   ├── simplepie.cpp
│   │   │   ├── simplepie.sln
│   │   │   ├── simplepie.vcxproj
│   │   │   └── simplepie.vcxproj.filters
│   │   ├── simplepyramid
│   │   │   ├── simplepyramid.cpp
│   │   │   ├── simplepyramid.sln
│   │   │   ├── simplepyramid.vcxproj
│   │   │   └── simplepyramid.vcxproj.filters
│   │   ├── simpleradar
│   │   │   ├── simpleradar.cpp
│   │   │   ├── simpleradar.sln
│   │   │   ├── simpleradar.vcxproj
│   │   │   └── simpleradar.vcxproj.filters
│   │   ├── smoothcontour
│   │   │   ├── smoothcontour.cpp
│   │   │   ├── smoothcontour.sln
│   │   │   ├── smoothcontour.vcxproj
│   │   │   └── smoothcontour.vcxproj.filters
│   │   ├── softlightbar
│   │   │   ├── softlightbar.cpp
│   │   │   ├── softlightbar.sln
│   │   │   ├── softlightbar.vcxproj
│   │   │   └── softlightbar.vcxproj.filters
│   │   ├── softmultibar
│   │   │   ├── softmultibar.cpp
│   │   │   ├── softmultibar.sln
│   │   │   ├── softmultibar.vcxproj
│   │   │   └── softmultibar.vcxproj.filters
│   │   ├── splineline
│   │   │   ├── clock.png
│   │   │   ├── small_molecule.png
│   │   │   ├── splineline.cpp
│   │   │   ├── splineline.sln
│   │   │   ├── splineline.vcxproj
│   │   │   ├── splineline.vcxproj.filters
│   │   │   └── star.png
│   │   ├── squareameter
│   │   │   ├── squareameter.cpp
│   │   │   ├── squareameter.sln
│   │   │   ├── squareameter.vcxproj
│   │   │   └── squareameter.vcxproj.filters
│   │   ├── stackedarea
│   │   │   ├── stackedarea.cpp
│   │   │   ├── stackedarea.sln
│   │   │   ├── stackedarea.vcxproj
│   │   │   └── stackedarea.vcxproj.filters
│   │   ├── stackedbar
│   │   │   ├── stackedbar.cpp
│   │   │   ├── stackedbar.sln
│   │   │   ├── stackedbar.vcxproj
│   │   │   └── stackedbar.vcxproj.filters
│   │   ├── stackradar
│   │   │   ├── stackradar.cpp
│   │   │   ├── stackradar.sln
│   │   │   ├── stackradar.vcxproj
│   │   │   └── stackradar.vcxproj.filters
│   │   ├── stackrose
│   │   │   ├── stackrose.cpp
│   │   │   ├── stackrose.sln
│   │   │   ├── stackrose.vcxproj
│   │   │   └── stackrose.vcxproj.filters
│   │   ├── stepline
│   │   │   ├── stepline.cpp
│   │   │   ├── stepline.sln
│   │   │   ├── stepline.vcxproj
│   │   │   └── stepline.vcxproj.filters
│   │   ├── surface
│   │   │   ├── surface.cpp
│   │   │   ├── surface.sln
│   │   │   ├── surface.vcxproj
│   │   │   └── surface.vcxproj.filters
│   │   ├── surface2
│   │   │   ├── surface2.cpp
│   │   │   ├── surface2.sln
│   │   │   ├── surface2.vcxproj
│   │   │   └── surface2.vcxproj.filters
│   │   ├── surface3
│   │   │   ├── surface3.cpp
│   │   │   ├── surface3.sln
│   │   │   ├── surface3.vcxproj
│   │   │   └── surface3.vcxproj.filters
│   │   ├── surfaceaxis
│   │   │   ├── surfaceaxis.cpp
│   │   │   ├── surfaceaxis.sln
│   │   │   ├── surfaceaxis.vcxproj
│   │   │   └── surfaceaxis.vcxproj.filters
│   │   ├── surfacelighting
│   │   │   ├── surfacelighting.cpp
│   │   │   ├── surfacelighting.sln
│   │   │   ├── surfacelighting.vcxproj
│   │   │   └── surfacelighting.vcxproj.filters
│   │   ├── surfaceperspective
│   │   │   ├── surfaceperspective.cpp
│   │   │   ├── surfaceperspective.sln
│   │   │   ├── surfaceperspective.vcxproj
│   │   │   └── surfaceperspective.vcxproj.filters
│   │   ├── surfaceshading
│   │   │   ├── surfaceshading.cpp
│   │   │   ├── surfaceshading.sln
│   │   │   ├── surfaceshading.vcxproj
│   │   │   └── surfaceshading.vcxproj.filters
│   │   ├── surfacewireframe
│   │   │   ├── surfacewireframe.cpp
│   │   │   ├── surfacewireframe.sln
│   │   │   ├── surfacewireframe.vcxproj
│   │   │   └── surfacewireframe.vcxproj.filters
│   │   ├── symbolline
│   │   │   ├── symbolline.cpp
│   │   │   ├── symbolline.sln
│   │   │   ├── symbolline.vcxproj
│   │   │   └── symbolline.vcxproj.filters
│   │   ├── symbolline2
│   │   │   ├── symbolline2.cpp
│   │   │   ├── symbolline2.sln
│   │   │   ├── symbolline2.vcxproj
│   │   │   └── symbolline2.vcxproj.filters
│   │   ├── texturedonut
│   │   │   ├── marble3.png
│   │   │   ├── rock.png
│   │   │   ├── texturedonut.cpp
│   │   │   ├── texturedonut.sln
│   │   │   ├── texturedonut.vcxproj
│   │   │   ├── texturedonut.vcxproj.filters
│   │   │   └── wood.png
│   │   ├── threedanglepie
│   │   │   ├── threedanglepie.cpp
│   │   │   ├── threedanglepie.sln
│   │   │   ├── threedanglepie.vcxproj
│   │   │   └── threedanglepie.vcxproj.filters
│   │   ├── threedarea
│   │   │   ├── threedarea.cpp
│   │   │   ├── threedarea.sln
│   │   │   ├── threedarea.vcxproj
│   │   │   └── threedarea.vcxproj.filters
│   │   ├── threedbar
│   │   │   ├── threedbar.cpp
│   │   │   ├── threedbar.sln
│   │   │   ├── threedbar.vcxproj
│   │   │   └── threedbar.vcxproj.filters
│   │   ├── threedbubble
│   │   │   ├── threedbubble.cpp
│   │   │   ├── threedbubble.sln
│   │   │   ├── threedbubble.vcxproj
│   │   │   └── threedbubble.vcxproj.filters
│   │   ├── threedbubble2
│   │   │   ├── threedbubble2.cpp
│   │   │   ├── threedbubble2.sln
│   │   │   ├── threedbubble2.vcxproj
│   │   │   └── threedbubble2.vcxproj.filters
│   │   ├── threedbubble3
│   │   │   ├── threedbubble3.cpp
│   │   │   ├── threedbubble3.sln
│   │   │   ├── threedbubble3.vcxproj
│   │   │   └── threedbubble3.vcxproj.filters
│   │   ├── threeddepthpie
│   │   │   ├── threeddepthpie.cpp
│   │   │   ├── threeddepthpie.sln
│   │   │   ├── threeddepthpie.vcxproj
│   │   │   └── threeddepthpie.vcxproj.filters
│   │   ├── threeddonut
│   │   │   ├── threeddonut.cpp
│   │   │   ├── threeddonut.sln
│   │   │   ├── threeddonut.vcxproj
│   │   │   └── threeddonut.vcxproj.filters
│   │   ├── threeddonutshading
│   │   │   ├── threeddonutshading.cpp
│   │   │   ├── threeddonutshading.sln
│   │   │   ├── threeddonutshading.vcxproj
│   │   │   └── threeddonutshading.vcxproj.filters
│   │   ├── threedline
│   │   │   ├── threedline.cpp
│   │   │   ├── threedline.sln
│   │   │   ├── threedline.vcxproj
│   │   │   └── threedline.vcxproj.filters
│   │   ├── threedpie
│   │   │   ├── threedpie.cpp
│   │   │   ├── threedpie.sln
│   │   │   ├── threedpie.vcxproj
│   │   │   └── threedpie.vcxproj.filters
│   │   ├── threedpieshading
│   │   │   ├── threedpieshading.cpp
│   │   │   ├── threedpieshading.sln
│   │   │   ├── threedpieshading.vcxproj
│   │   │   └── threedpieshading.vcxproj.filters
│   │   ├── threedpyramid
│   │   │   ├── threedpyramid.cpp
│   │   │   ├── threedpyramid.sln
│   │   │   ├── threedpyramid.vcxproj
│   │   │   └── threedpyramid.vcxproj.filters
│   │   ├── threedscatter
│   │   │   ├── threedscatter.cpp
│   │   │   ├── threedscatter.sln
│   │   │   ├── threedscatter.vcxproj
│   │   │   └── threedscatter.vcxproj.filters
│   │   ├── threedscatter2
│   │   │   ├── threedscatter2.cpp
│   │   │   ├── threedscatter2.sln
│   │   │   ├── threedscatter2.vcxproj
│   │   │   └── threedscatter2.vcxproj.filters
│   │   ├── threedscatteraxis
│   │   │   ├── threedscatteraxis.cpp
│   │   │   ├── threedscatteraxis.sln
│   │   │   ├── threedscatteraxis.vcxproj
│   │   │   └── threedscatteraxis.vcxproj.filters
│   │   ├── threedscattergroups
│   │   │   ├── threedscattergroups.cpp
│   │   │   ├── threedscattergroups.sln
│   │   │   ├── threedscattergroups.vcxproj
│   │   │   └── threedscattergroups.vcxproj.filters
│   │   ├── threedstackarea
│   │   │   ├── threedstackarea.cpp
│   │   │   ├── threedstackarea.sln
│   │   │   ├── threedstackarea.vcxproj
│   │   │   └── threedstackarea.vcxproj.filters
│   │   ├── ticks
│   │   │   ├── ticks.cpp
│   │   │   ├── ticks.sln
│   │   │   ├── ticks.vcxproj
│   │   │   └── ticks.vcxproj.filters
│   │   ├── trendline
│   │   │   ├── trendline.cpp
│   │   │   ├── trendline.sln
│   │   │   ├── trendline.vcxproj
│   │   │   └── trendline.vcxproj.filters
│   │   ├── unevenpoints
│   │   │   ├── unevenpoints.cpp
│   │   │   ├── unevenpoints.sln
│   │   │   ├── unevenpoints.vcxproj
│   │   │   └── unevenpoints.vcxproj.filters
│   │   ├── varwidthbar
│   │   │   ├── varwidthbar.cpp
│   │   │   ├── varwidthbar.sln
│   │   │   ├── varwidthbar.vcxproj
│   │   │   └── varwidthbar.vcxproj.filters
│   │   ├── vbarmeter
│   │   │   ├── vbarmeter.cpp
│   │   │   ├── vbarmeter.sln
│   │   │   ├── vbarmeter.vcxproj
│   │   │   └── vbarmeter.vcxproj.filters
│   │   ├── vbarmeterorientation
│   │   │   ├── vbarmeterorientation.cpp
│   │   │   ├── vbarmeterorientation.sln
│   │   │   ├── vbarmeterorientation.vcxproj
│   │   │   └── vbarmeterorientation.vcxproj.filters
│   │   ├── vector
│   │   │   ├── vector.cpp
│   │   │   ├── vector.sln
│   │   │   ├── vector.vcxproj
│   │   │   └── vector.vcxproj.filters
│   │   ├── vlinearmeter
│   │   │   ├── vlinearmeter.cpp
│   │   │   ├── vlinearmeter.sln
│   │   │   ├── vlinearmeter.vcxproj
│   │   │   └── vlinearmeter.vcxproj.filters
│   │   ├── vlinearmeterorientation
│   │   │   ├── vlinearmeterorientation.cpp
│   │   │   ├── vlinearmeterorientation.sln
│   │   │   ├── vlinearmeterorientation.vcxproj
│   │   │   └── vlinearmeterorientation.vcxproj.filters
│   │   ├── waterfall
│   │   │   ├── waterfall.cpp
│   │   │   ├── waterfall.sln
│   │   │   ├── waterfall.vcxproj
│   │   │   └── waterfall.vcxproj.filters
│   │   ├── whitehbarmeter
│   │   │   ├── whitehbarmeter.cpp
│   │   │   ├── whitehbarmeter.sln
│   │   │   ├── whitehbarmeter.vcxproj
│   │   │   └── whitehbarmeter.vcxproj.filters
│   │   ├── whitehlinearmeter
│   │   │   ├── whitehlinearmeter.cpp
│   │   │   ├── whitehlinearmeter.sln
│   │   │   ├── whitehlinearmeter.vcxproj
│   │   │   └── whitehlinearmeter.vcxproj.filters
│   │   ├── whiteroundmeter
│   │   │   ├── whiteroundmeter.cpp
│   │   │   ├── whiteroundmeter.sln
│   │   │   ├── whiteroundmeter.vcxproj
│   │   │   └── whiteroundmeter.vcxproj.filters
│   │   ├── whitesemicirclemeter
│   │   │   ├── whitesemicirclemeter.cpp
│   │   │   ├── whitesemicirclemeter.sln
│   │   │   ├── whitesemicirclemeter.vcxproj
│   │   │   └── whitesemicirclemeter.vcxproj.filters
│   │   ├── whitevbarmeter
│   │   │   ├── whitevbarmeter.cpp
│   │   │   ├── whitevbarmeter.sln
│   │   │   ├── whitevbarmeter.vcxproj
│   │   │   └── whitevbarmeter.vcxproj.filters
│   │   ├── whitevlinearmeter
│   │   │   ├── whitevlinearmeter.cpp
│   │   │   ├── whitevlinearmeter.sln
│   │   │   ├── whitevlinearmeter.vcxproj
│   │   │   └── whitevlinearmeter.vcxproj.filters
│   │   ├── xyline
│   │   │   ├── xyline.cpp
│   │   │   ├── xyline.sln
│   │   │   ├── xyline.vcxproj
│   │   │   └── xyline.vcxproj.filters
│   │   ├── xzonecolor
│   │   │   ├── xzonecolor.cpp
│   │   │   ├── xzonecolor.sln
│   │   │   ├── xzonecolor.vcxproj
│   │   │   └── xzonecolor.vcxproj.filters
│   │   └── yzonecolor
│   │       ├── clock.png
│   │       ├── small_molecule.png
│   │       ├── star.png
│   │       ├── yzonecolor.cpp
│   │       ├── yzonecolor.sln
│   │       ├── yzonecolor.vcxproj
│   │       └── yzonecolor.vcxproj.filters
│   ├── doc
│   │   ├── README.TXT
│   │   └── cppchartdir.chm
│   ├── include
│   │   ├── FinanceChart.h
│   │   ├── bchartdir.h
│   │   ├── chartdir.h
│   │   └── memblock.h
│   ├── lib32
│   │   ├── chartdir60.dll
│   │   └── chartdir60.lib
│   ├── lib64
│   │   ├── chartdir60.dll
│   │   └── chartdir60.lib
│   ├── mfcdemo
│   │   ├── crosshair
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── crosshair.cpp
│   │   │   ├── crosshair.h
│   │   │   ├── crosshair.rc
│   │   │   ├── crosshair.vcxproj
│   │   │   ├── crosshair.vcxproj.filters
│   │   │   ├── crosshairDlg.cpp
│   │   │   ├── crosshairDlg.h
│   │   │   ├── res
│   │   │   │   ├── crosshair.ico
│   │   │   │   └── crosshair.rc2
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── financedemo
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── financedemo.cpp
│   │   │   ├── financedemo.h
│   │   │   ├── financedemo.rc
│   │   │   ├── financedemo.vcxproj
│   │   │   ├── financedemo.vcxproj.filters
│   │   │   ├── financedemoDlg.cpp
│   │   │   ├── financedemoDlg.h
│   │   │   ├── res
│   │   │   │   ├── financedemo.ico
│   │   │   │   └── financedemo.rc2
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── helloworld
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── helloworld.cpp
│   │   │   ├── helloworld.h
│   │   │   ├── helloworld.rc
│   │   │   ├── helloworld.vcxproj
│   │   │   ├── helloworld.vcxproj.filters
│   │   │   ├── helloworldDlg.cpp
│   │   │   ├── helloworldDlg.h
│   │   │   ├── res
│   │   │   │   ├── helloworld.ico
│   │   │   │   └── helloworld.rc2
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── mfcdemo
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── HotSpotDlg.cpp
│   │   │   ├── HotSpotDlg.h
│   │   │   ├── angry.png
│   │   │   ├── bg.png
│   │   │   ├── clock.png
│   │   │   ├── cloud.png
│   │   │   ├── computer.png
│   │   │   ├── doc.png
│   │   │   ├── gas.gif
│   │   │   ├── laugh.png
│   │   │   ├── marble.png
│   │   │   ├── marble2.png
│   │   │   ├── marble3.png
│   │   │   ├── mfccharts.cpp
│   │   │   ├── mfccharts.h
│   │   │   ├── mfcdemo.cpp
│   │   │   ├── mfcdemo.h
│   │   │   ├── mfcdemo.rc
│   │   │   ├── mfcdemo.vcxproj
│   │   │   ├── mfcdemo.vcxproj.filters
│   │   │   ├── mfcdemoDlg.cpp
│   │   │   ├── mfcdemoDlg.h
│   │   │   ├── molecule.png
│   │   │   ├── nocomment.png
│   │   │   ├── rain.png
│   │   │   ├── res
│   │   │   │   ├── mfcdemo.ico
│   │   │   │   └── mfcdemo.rc2
│   │   │   ├── resource.h
│   │   │   ├── robot1.png
│   │   │   ├── robot2.png
│   │   │   ├── robot3.png
│   │   │   ├── robot4.png
│   │   │   ├── robot5.png
│   │   │   ├── rock.png
│   │   │   ├── sad.png
│   │   │   ├── service.png
│   │   │   ├── small_computer.png
│   │   │   ├── small_molecule.png
│   │   │   ├── small_user.png
│   │   │   ├── smile.png
│   │   │   ├── snow.png
│   │   │   ├── snowy.png
│   │   │   ├── software.png
│   │   │   ├── star.png
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── sun.png
│   │   │   ├── tile.gif
│   │   │   └── wood.png
│   │   ├── mfcdemo.sln
│   │   ├── realtimedemo
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── realtimedemo.cpp
│   │   │   ├── realtimedemo.h
│   │   │   ├── realtimedemo.rc
│   │   │   ├── realtimedemo.vcxproj
│   │   │   ├── realtimedemo.vcxproj.filters
│   │   │   ├── realtimedemoDlg.cpp
│   │   │   ├── realtimedemoDlg.h
│   │   │   ├── res
│   │   │   │   ├── freezePB.ico
│   │   │   │   ├── realtimedemo.ico
│   │   │   │   ├── realtimedemo.rc2
│   │   │   │   └── runPB.ico
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── realtimetrack
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── realtimetrack.cpp
│   │   │   ├── realtimetrack.h
│   │   │   ├── realtimetrack.rc
│   │   │   ├── realtimetrack.vcxproj
│   │   │   ├── realtimetrack.vcxproj.filters
│   │   │   ├── realtimetrackDlg.cpp
│   │   │   ├── realtimetrackDlg.h
│   │   │   ├── res
│   │   │   │   ├── freezePB.ico
│   │   │   │   ├── realtimetrack.ico
│   │   │   │   ├── realtimetrack.rc2
│   │   │   │   └── runPB.ico
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── realtimezoomscroll
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── realtimezoomscroll.cpp
│   │   │   ├── realtimezoomscroll.h
│   │   │   ├── realtimezoomscroll.rc
│   │   │   ├── realtimezoomscroll.vcxproj
│   │   │   ├── realtimezoomscroll.vcxproj.filters
│   │   │   ├── realtimezoomscrollDlg.cpp
│   │   │   ├── realtimezoomscrollDlg.h
│   │   │   ├── res
│   │   │   │   ├── pointerPB.ico
│   │   │   │   ├── realtimezoomscroll.ico
│   │   │   │   ├── realtimezoomscroll.rc2
│   │   │   │   ├── savePB.ico
│   │   │   │   ├── zoomInPB.ico
│   │   │   │   └── zoomOutPB.ico
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── simplezoomscroll
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── res
│   │   │   │   ├── pointerPB.ico
│   │   │   │   ├── simplezoomscroll.ico
│   │   │   │   ├── simplezoomscroll.rc2
│   │   │   │   ├── zoomInPB.ico
│   │   │   │   └── zoomOutPB.ico
│   │   │   ├── resource.h
│   │   │   ├── simplezoomscroll.cpp
│   │   │   ├── simplezoomscroll.h
│   │   │   ├── simplezoomscroll.rc
│   │   │   ├── simplezoomscroll.vcxproj
│   │   │   ├── simplezoomscroll.vcxproj.filters
│   │   │   ├── simplezoomscrollDlg.cpp
│   │   │   ├── simplezoomscrollDlg.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── trackaxis
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── res
│   │   │   │   ├── trackaxis.ico
│   │   │   │   └── trackaxis.rc2
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── trackaxis.cpp
│   │   │   ├── trackaxis.h
│   │   │   ├── trackaxis.rc
│   │   │   ├── trackaxis.vcxproj
│   │   │   ├── trackaxis.vcxproj.filters
│   │   │   ├── trackaxisDlg.cpp
│   │   │   └── trackaxisDlg.h
│   │   ├── trackbox
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── res
│   │   │   │   ├── trackbox.ico
│   │   │   │   └── trackbox.rc2
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── trackbox.cpp
│   │   │   ├── trackbox.h
│   │   │   ├── trackbox.rc
│   │   │   ├── trackbox.vcxproj
│   │   │   ├── trackbox.vcxproj.filters
│   │   │   ├── trackboxDlg.cpp
│   │   │   └── trackboxDlg.h
│   │   ├── trackfinance
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── res
│   │   │   │   ├── trackfinance.ico
│   │   │   │   └── trackfinance.rc2
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── trackfinance.cpp
│   │   │   ├── trackfinance.h
│   │   │   ├── trackfinance.rc
│   │   │   ├── trackfinance.vcxproj
│   │   │   ├── trackfinance.vcxproj.filters
│   │   │   ├── trackfinanceDlg.cpp
│   │   │   └── trackfinanceDlg.h
│   │   ├── tracklabel
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── res
│   │   │   │   ├── tracklabel.ico
│   │   │   │   └── tracklabel.rc2
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── tracklabel.cpp
│   │   │   ├── tracklabel.h
│   │   │   ├── tracklabel.rc
│   │   │   ├── tracklabel.vcxproj
│   │   │   ├── tracklabel.vcxproj.filters
│   │   │   ├── tracklabelDlg.cpp
│   │   │   └── tracklabelDlg.h
│   │   ├── tracklegend
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── res
│   │   │   │   ├── tracklegend.ico
│   │   │   │   └── tracklegend.rc2
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── tracklegend.cpp
│   │   │   ├── tracklegend.h
│   │   │   ├── tracklegend.rc
│   │   │   ├── tracklegend.vcxproj
│   │   │   ├── tracklegend.vcxproj.filters
│   │   │   ├── tracklegendDlg.cpp
│   │   │   └── tracklegendDlg.h
│   │   ├── viewportcontroldemo
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── res
│   │   │   │   ├── pointerPB.ico
│   │   │   │   ├── savePB.ico
│   │   │   │   ├── viewportcontroldemo.ico
│   │   │   │   ├── viewportcontroldemo.rc2
│   │   │   │   ├── zoomInPB.ico
│   │   │   │   └── zoomOutPB.ico
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── viewportcontroldemo.cpp
│   │   │   ├── viewportcontroldemo.h
│   │   │   ├── viewportcontroldemo.rc
│   │   │   ├── viewportcontroldemo.vcxproj
│   │   │   ├── viewportcontroldemo.vcxproj.filters
│   │   │   ├── viewportcontroldemoDlg.cpp
│   │   │   └── viewportcontroldemoDlg.h
│   │   ├── xyzoomscroll
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── HotSpotDlg.cpp
│   │   │   ├── HotSpotDlg.h
│   │   │   ├── res
│   │   │   │   ├── pointerPB.ico
│   │   │   │   ├── savePB.ico
│   │   │   │   ├── xyzoomscroll.ico
│   │   │   │   ├── xyzoomscroll.rc2
│   │   │   │   ├── zoomInPB.ico
│   │   │   │   └── zoomOutPB.ico
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── xyzoomscroll.cpp
│   │   │   ├── xyzoomscroll.h
│   │   │   ├── xyzoomscroll.rc
│   │   │   ├── xyzoomscroll.vcxproj
│   │   │   ├── xyzoomscroll.vcxproj.filters
│   │   │   ├── xyzoomscrollDlg.cpp
│   │   │   └── xyzoomscrollDlg.h
│   │   ├── zoomscrolltrack
│   │   │   ├── ChartViewer.cpp
│   │   │   ├── ChartViewer.h
│   │   │   ├── res
│   │   │   │   ├── pointerPB.ico
│   │   │   │   ├── zoomInPB.ico
│   │   │   │   ├── zoomOutPB.ico
│   │   │   │   ├── zoomscrolltrack.ico
│   │   │   │   └── zoomscrolltrack.rc2
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── zoomscrolltrack.cpp
│   │   │   ├── zoomscrolltrack.h
│   │   │   ├── zoomscrolltrack.rc
│   │   │   ├── zoomscrolltrack.vcxproj
│   │   │   ├── zoomscrolltrack.vcxproj.filters
│   │   │   ├── zoomscrolltrackDlg.cpp
│   │   │   └── zoomscrolltrackDlg.h
│   │   └── zoomscrolltrack2
│   │       ├── ChartViewer.cpp
│   │       ├── ChartViewer.h
│   │       ├── res
│   │       │   ├── pointerPB.ico
│   │       │   ├── zoomInPB.ico
│   │       │   ├── zoomOutPB.ico
│   │       │   ├── zoomscrolltrack2.ico
│   │       │   └── zoomscrolltrack2.rc2
│   │       ├── resource.h
│   │       ├── stdafx.cpp
│   │       ├── stdafx.h
│   │       ├── zoomscrolltrack2.cpp
│   │       ├── zoomscrolltrack2.h
│   │       ├── zoomscrolltrack2.rc
│   │       ├── zoomscrolltrack2.vcxproj
│   │       ├── zoomscrolltrack2.vcxproj.filters
│   │       ├── zoomscrolltrack2Dlg.cpp
│   │       └── zoomscrolltrack2Dlg.h
│   ├── qtdemo
│   │   ├── crosshair
│   │   │   ├── crosshair.cpp
│   │   │   ├── crosshair.h
│   │   │   ├── crosshair.pro
│   │   │   ├── qchartviewer.cpp
│   │   │   └── qchartviewer.h
│   │   ├── financedemo
│   │   │   ├── financedemo.cpp
│   │   │   ├── financedemo.h
│   │   │   ├── financedemo.pro
│   │   │   ├── hotspotdialog.cpp
│   │   │   ├── hotspotdialog.h
│   │   │   ├── qchartviewer.cpp
│   │   │   └── qchartviewer.h
│   │   ├── helloworld
│   │   │   ├── Makefile
│   │   │   ├── Makefile.Debug
│   │   │   ├── Makefile.Release
│   │   │   ├── debug
│   │   │   ├── helloworld.cpp
│   │   │   ├── helloworld.pro
│   │   │   ├── helloworld.pro.user
│   │   │   ├── helloworld.pro.user.8155227
│   │   │   ├── qchartviewer.cpp
│   │   │   ├── qchartviewer.h
│   │   │   └── release
│   │   │       ├── chartdir60.dll
│   │   │       ├── helloworld.exe
│   │   │       ├── helloworld.o
│   │   │       ├── moc_predefs.h
│   │   │       ├── moc_qchartviewer.cpp
│   │   │       ├── moc_qchartviewer.o
│   │   │       └── qchartviewer.o
│   │   ├── qtdemo
│   │   │   ├── Makefile
│   │   │   ├── Makefile.Debug
│   │   │   ├── Makefile.Release
│   │   │   ├── angry.png
│   │   │   ├── bg.png
│   │   │   ├── chartdir60.dll
│   │   │   ├── clock.png
│   │   │   ├── cloud.png
│   │   │   ├── computer.png
│   │   │   ├── debug
│   │   │   ├── democharts.cpp
│   │   │   ├── democharts.h
│   │   │   ├── doc.png
│   │   │   ├── gas.gif
│   │   │   ├── hotspotdialog.cpp
│   │   │   ├── hotspotdialog.h
│   │   │   ├── laugh.png
│   │   │   ├── marble.png
│   │   │   ├── marble2.png
│   │   │   ├── marble3.png
│   │   │   ├── molecule.png
│   │   │   ├── nocomment.png
│   │   │   ├── qchartviewer.cpp
│   │   │   ├── qchartviewer.h
│   │   │   ├── qtdemo.cpp
│   │   │   ├── qtdemo.exe
│   │   │   ├── qtdemo.h
│   │   │   ├── qtdemo.pro
│   │   │   ├── qtdemo.pro.user
│   │   │   ├── qtdemo.pro.user.8155227
│   │   │   ├── rain.png
│   │   │   ├── release
│   │   │   │   ├── democharts.o
│   │   │   │   ├── hotspotdialog.o
│   │   │   │   ├── moc_hotspotdialog.cpp
│   │   │   │   ├── moc_hotspotdialog.o
│   │   │   │   ├── moc_predefs.h
│   │   │   │   ├── moc_qchartviewer.cpp
│   │   │   │   ├── moc_qchartviewer.o
│   │   │   │   ├── moc_qtdemo.cpp
│   │   │   │   ├── moc_qtdemo.o
│   │   │   │   ├── qchartviewer.o
│   │   │   │   └── qtdemo.o
│   │   │   ├── robot1.png
│   │   │   ├── robot2.png
│   │   │   ├── robot3.png
│   │   │   ├── robot4.png
│   │   │   ├── robot5.png
│   │   │   ├── rock.png
│   │   │   ├── sad.png
│   │   │   ├── service.png
│   │   │   ├── small_computer.png
│   │   │   ├── small_molecule.png
│   │   │   ├── small_user.png
│   │   │   ├── smile.png
│   │   │   ├── snow.png
│   │   │   ├── snowy.png
│   │   │   ├── software.png
│   │   │   ├── star.png
│   │   │   ├── sun.png
│   │   │   ├── tile.gif
│   │   │   └── wood.png
│   │   ├── realtimedemo
│   │   │   ├── Makefile
│   │   │   ├── Makefile.Debug
│   │   │   ├── Makefile.Release
│   │   │   ├── debug
│   │   │   ├── pause.png
│   │   │   ├── play.png
│   │   │   ├── qchartviewer.cpp
│   │   │   ├── qchartviewer.h
│   │   │   ├── realtimedemo.cpp
│   │   │   ├── realtimedemo.h
│   │   │   ├── realtimedemo.pro
│   │   │   ├── realtimedemo.pro.user
│   │   │   ├── realtimedemo.qrc
│   │   │   └── release
│   │   │       ├── chartdir60.dll
│   │   │       ├── moc_predefs.h
│   │   │       ├── moc_qchartviewer.cpp
│   │   │       ├── moc_qchartviewer.o
│   │   │       ├── moc_realtimedemo.cpp
│   │   │       ├── moc_realtimedemo.o
│   │   │       ├── qchartviewer.o
│   │   │       ├── qrc_realtimedemo.cpp
│   │   │       ├── qrc_realtimedemo.o
│   │   │       ├── realtimedemo.exe
│   │   │       └── realtimedemo.o
│   │   ├── realtimetrack
│   │   │   ├── pause.png
│   │   │   ├── play.png
│   │   │   ├── qchartviewer.cpp
│   │   │   ├── qchartviewer.h
│   │   │   ├── realtimetrack.cpp
│   │   │   ├── realtimetrack.h
│   │   │   ├── realtimetrack.pro
│   │   │   └── realtimetrack.qrc
│   │   ├── realtimezoomscroll
│   │   │   ├── pointer.png
│   │   │   ├── qchartviewer.cpp
│   │   │   ├── qchartviewer.h
│   │   │   ├── realtimezoomscroll.cpp
│   │   │   ├── realtimezoomscroll.h
│   │   │   ├── realtimezoomscroll.pro
│   │   │   ├── realtimezoomscroll.qrc
│   │   │   ├── save.png
│   │   │   ├── zoomin.png
│   │   │   └── zoomout.png
│   │   ├── simplezoomscroll
│   │   │   ├── pointer.png
│   │   │   ├── qchartviewer.cpp
│   │   │   ├── qchartviewer.h
│   │   │   ├── simplezoomscroll.cpp
│   │   │   ├── simplezoomscroll.h
│   │   │   ├── simplezoomscroll.pro
│   │   │   ├── simplezoomscroll.qrc
│   │   │   ├── zoomin.png
│   │   │   └── zoomout.png
│   │   ├── trackaxis
│   │   │   ├── qchartviewer.cpp
│   │   │   ├── qchartviewer.h
│   │   │   ├── trackaxis.cpp
│   │   │   ├── trackaxis.h
│   │   │   └── trackaxis.pro
│   │   ├── trackbox
│   │   │   ├── qchartviewer.cpp
│   │   │   ├── qchartviewer.h
│   │   │   ├── trackbox.cpp
│   │   │   ├── trackbox.h
│   │   │   └── trackbox.pro
│   │   ├── trackfinance
│   │   │   ├── qchartviewer.cpp
│   │   │   ├── qchartviewer.h
│   │   │   ├── trackfinance.cpp
│   │   │   ├── trackfinance.h
│   │   │   ├── trackfinance.pro
│   │   │   └── trackfinance.pro.user
│   │   ├── tracklabel
│   │   │   ├── qchartviewer.cpp
│   │   │   ├── qchartviewer.h
│   │   │   ├── tracklabel.cpp
│   │   │   ├── tracklabel.h
│   │   │   └── tracklabel.pro
│   │   ├── tracklegend
│   │   │   ├── qchartviewer.cpp
│   │   │   ├── qchartviewer.h
│   │   │   ├── tracklegend.cpp
│   │   │   ├── tracklegend.h
│   │   │   └── tracklegend.pro
│   │   ├── viewportcontroldemo
│   │   │   ├── pointer.png
│   │   │   ├── qchartviewer.cpp
│   │   │   ├── qchartviewer.h
│   │   │   ├── save.png
│   │   │   ├── viewportcontroldemo.cpp
│   │   │   ├── viewportcontroldemo.h
│   │   │   ├── viewportcontroldemo.pro
│   │   │   ├── viewportcontroldemo.qrc
│   │   │   ├── zoomin.png
│   │   │   └── zoomout.png
│   │   ├── xyzoomscroll
│   │   │   ├── hotspotdialog.cpp
│   │   │   ├── hotspotdialog.h
│   │   │   ├── pointer.png
│   │   │   ├── qchartviewer.cpp
│   │   │   ├── qchartviewer.h
│   │   │   ├── qdragrect.h
│   │   │   ├── save.png
│   │   │   ├── xyzoomscroll.cpp
│   │   │   ├── xyzoomscroll.h
│   │   │   ├── xyzoomscroll.pro
│   │   │   ├── xyzoomscroll.qrc
│   │   │   ├── zoomin.png
│   │   │   └── zoomout.png
│   │   ├── zoomscrolltrack
│   │   │   ├── pointer.png
│   │   │   ├── qchartviewer.cpp
│   │   │   ├── qchartviewer.h
│   │   │   ├── zoomin.png
│   │   │   ├── zoomout.png
│   │   │   ├── zoomscrolltrack.cpp
│   │   │   ├── zoomscrolltrack.h
│   │   │   ├── zoomscrolltrack.pro
│   │   │   └── zoomscrolltrack.qrc
│   │   └── zoomscrolltrack2
│   │       ├── pointer.png
│   │       ├── qchartviewer.cpp
│   │       ├── qchartviewer.h
│   │       ├── zoomin.png
│   │       ├── zoomout.png
│   │       ├── zoomscrolltrack2.cpp
│   │       ├── zoomscrolltrack2.h
│   │       ├── zoomscrolltrack2.pro
│   │       └── zoomscrolltrack2.qrc
│   └── 图表库.txt
└── Chart图表操作_ChartDirector.zip

274 directories, 1419 files


标签: chart char cha ART AR

实例下载地址

Chart图表操作

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警