轉帖|其它|編輯:郝浩|2010-10-15 12:04:14.000|閱讀 2631 次
概述:本文主要對TeeChart的使用作了一個小節,希望對大家有幫助。
# 界面/圖表報表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
TeeChart自帶的PieDemo就很能說明問題.

Explode biggest對應 Pie.ExplodeBiggest; 將最大的一塊slice推出.
Total Angle對應 Pie.AngleSize; 所有slice的總角度.
Dark Border對應 Pie.DarkPen;每一塊slice的邊界線.
Dark 3D對應 Pie.Dark3D;slice側邊的陰影.
Patterns對應 Pie.UsePatterns;是否給slice使用圖案.
Multiple Pies對應 Pie.MultiPie: TMultiPie=(mpAutomatic, mpDisabled); 如果Chart內有多個Pie,如何顯示.
Gourp Slices.Style對應 Pie.OtherSlice.Style;TPieOtherStyle=(poNone, poBelowPercent, poBelowValue);
Gourp Slices.Value對應 Pie.OtherSlice.Value
Gourp Slices.Label對應 Pie.OtherSlice.Text
Gourp Slices.Legend對應 Pie.OtherSlice.Legend
這些屬性是為了使Value低于總百分比(poBelowPercent)或者低于數值(poBelowValue)這些數值之和,顯示為Label的新slice.
比如處理一些較小的值,顯示為Other.
Color Each slice對應 Pie.ColorEachPoint
Color palette對應 Pie.ParentChart的ColorPaletteIndex
Color對應 Pie.SeriesColor
Auto Mark Position對應 Pie.AutoMarkPosition;自動設置Mark的位置
Vertical center callout對應 Pie.PieMarks.VertCenter;垂直居中顯示
Callout Leg size對應 Pie.PieMarks.LegSize;Mark腳線的長度
(以下屬性和TCircledSeries通用)
Circled對應 Pie.Circled;顯示成圓(而不是橢圓)
3 Dimensions對應 Pie.ParentChart.View3D
Rotation對應 Pie.RotationAngle;旋轉角度
Radius.Horizontal對應 Pie.CustomXRadius 水平半徑
Radius.Vertical對應 Pie.CustomYRadius 垂直半徑
(以上屬性和TCircledSeries通用)
Point: 離線并不連接的點.常用屬性之前都介紹過.
Fast Line:簡化版的Line,取消了3D顯示,取消了Stack等功能.
Horizontal Line: XY互換的Line.
Horizontal Area: XY互換的Area.
Bubble: 泡泡.其實感覺更像是立體彩色版本的Point.
Gantt:甘特圖.

Sharp:圖形.一些常用的圖形.
Extended:擴展.

Financial:金融.

Stats:統計.

3D:

Gauges:儀表.

Other:

Maps:地圖.

慧都2010促銷季開幕,TeeChart for .NET 8折促銷!詳情咨詢:400-700-1020或023-66090381,活動詳情://ke049m.cn/zh-CN/Products_cn/TeeChart_chinese.html
本站文章除注明轉載外,均為本站原創或翻譯。歡迎任何形式的轉載,但請務必注明出處、不得修改原文相關鏈接,如果存在內容上的異議請郵件反饋至chenjj@ke049m.cn
文章轉載自:網絡轉載