下载后可任意编辑本文主要讲解 Delphi 中 Chart,TeeChart 的属性,方法及用法
Tchart 分析报告,TeeChart 使用指南,TeeChart 控件介绍1
AllowZoom : Boolean是否允许鼠标拖动来缩放图表2
AnimatedZoom : Boolean拖动是否显示缩放过程3
AxisVisible : Boolean显示和隐藏 4 个子图表4
BufferedDisplay :BooleanTrue 时图表首先画在内部画布上,可以防止图表闪耀,但耗费内存资源
ChartHeight : LongInt以像素为单位,运行为只读,显示图表顶轴与底轴的高度,不包含页边距,Height 包含页边距,(**** 转载敬请注明-本文出处:南山古桃(nsgtao)的百度空间:http://hi
com/nsgtao/ ****)6
DepthAxis,LeftAxis,RightAxis,TopAxis,BottomAxisTchart 共分为五个子图表,LeftAxis,RightAxis,TopAxis,BottomAxis 和 DepthAxis默认情况下只显示 LeftAxis 和 BottomAxis 子图表可以通过 Series 属性的子属性 HorizAxis 与 VertAxis 进行设置如:chart1
Series[0]
HorizAxis := aBothHorizAxis;chart1
Series[0]
VertAxis := aBothVertAxis;chart1
BottomAxis
Caption := 'nsgtao';chart1
BottomAxis
Color := clRed;7
Foot : TChartTitle在图表底部定义的文本