sampledata.xml
来自「《TeeChart应用技术详解》(屈景辉)源代码」· XML 代码 · 共 16 行
XML
16 行
<?xml version="1.0" ?>
<chart>
<series title="Series1" type="Point">
<points count="8">
<point text="a" color="#FF8040" Y="1086"/>
<point text="b" color="#008080" Y="1297"/>
<point text="c" color="#FF00FF" Y="1326"/>
<point text="d" color="#FFFF00" Y="1535"/>
<point text="e" color="#000080" Y="1182"/>
<point text="f" color="#FF0000" Y="1189"/>
<point text="g" color="#FFF000" Y="1356"/>
<point text="h" color="#FF0400" Y="1234"/>
</points>
</series>
</chart>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?