码迷,mamicode.com
首页 > 其他好文 > 详细

TeeChart的坐标轴

时间:2014-09-03 16:31:46      阅读:304      评论:0      收藏:0      [点我收藏+]

标签:blog   http   使用   ar   数据   2014   art   sp   log   

TeeChart一共有六个坐标轴,一下是默认值


tChart1.Axes.Bottom.Visible = true;//横轴
tChart1.Axes.Left.Visible = true;//纵轴

tChart1.Axes.Right.Visible = true;
tChart1.Axes.Top.Visible = true;

tChart1.Axes.Depth.Visible = false;//底部纵深
tChart1.Axes.DepthTop.Visible = false;//顶部纵深

 

bubuko.com,布布扣

 

//Right和Top纯属酱油的,当前是没有使用的,无论是true还是false,看不出变化[可能需要另外绑定数据]

tChart1.Axes.Right.Visible = true;
tChart1.Axes.Top.Visible = true;

 

tChart1.Axes.Depth.Visible = true;//底部纵深
tChart1.Axes.DepthTop.Visible = true;//顶部纵深

//将底部纵深置为true之后,可以看到,横轴多了深度,多了虚线,右侧还有一个bar1

bubuko.com,布布扣

 

//再看一下,顶部纵深,会发现Y轴顶部有bar1,同时,坐标轴有了纵深

bubuko.com,布布扣

 

TeeChart的坐标轴

标签:blog   http   使用   ar   数据   2014   art   sp   log   

原文地址:http://www.cnblogs.com/chucklu/p/3953741.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!