Unit Sgtypes |
Classes |
Functions |
Types |
Charttypes
LayOptions
SetOfChartOp
SetOfLayOp
SetOfLegendOp
TChartOptions
TFontIndex
TLayerModes
TLegendOptions
Constants |
Variables |
Functions |
Types |
Charttypes=( CT_Bars, CT_Lines, CT_Plots);--Show arrangement's titles --} {--Type of chart when drawed --
LayOptions= (Lay_Bitmap, {--Draw background bitmap --} Lay_ZoomBitmap, {--If Lay_Bitmap is selected, shows partial bitmap areas--} Lay_Isotropic, {--Maintains aspect ratio --} Lay_AllWire, {--Outline all non selected elements --} Lay_Emboss, {--Emboss regions on mouse move --} Lay_Gradient, {--Gradient Fill background on 16's bar colors--} Lay_Text, {--Show element's names --} Lay_Num, {-- Show element's value (index 0) --} Lay_Bullets, {--Draw bullets upon value (index 0) --} Lay_Chart, {--Draw element's charts--} Lay_Legend, {--Show charts/bullets/shadows legend --} Lay_Zoom, {--Simple ZOOM --} Lay_Shadows, {--Aply shadows to elements upon value index 0 --} Lay_Allmap, {--Always show entire map --} Lay_ArrTexts);--Main optinos for the entire layout --
SetOfChartOp= set of TChartOptions
SetOfLayOp = set of layoptions
SetOfLegendOp = set of TLegendOptions
TChartOptions=(CO_Texts, {--Show values --} CO_Box, {--Draw a background box --} CO_Axes, {--Draw two simple axes--} CO_LocalValues, {--Expand element's charts to max. local value } CO_SumChart, {-- Shows charts for groups instead of elements each value is sum of all elements in group --} CO_AvgChart);--Options for displayed charts---
TFontIndex=(FI_BigText,FI_NormalText,FI_Numbers,FI_Legend,FI_Pols);-- Outline only using for all elements same layer fore color --
TLayerModes=( LM_Normal, {-- Uses Element's fore & back colors --} LM_Fill, {-- Uses back color, but dont display outline--} LM_FillEq, {-- Uses for all elements same layer back & fore color --} LM_Outline, {-- Outline only using element's fore color --} LM_OutlineEq);-- Show Shadows Legend --} {--Drawing mode for each layer--
TLegendOptions=(LO_Box, {-- Draw a rectangle --} LO_Filled, {-- Fill a box --} LO_Bullets, {-- Show Bullet Legend --} LO_Charts, {-- Show Charts Legend --} LO_Shadows);-- Shows charts for groups instead of elements each value is average of all elements in group--} {--If both, avg is selected --} {--Options for legends when Lay_Legend--
Constants |
Variables |