TCircularGauge.LinearGauge
 
 
 

All Units  All Classes  Properties, Methods and Events  

TCircularGauge.LinearGauge
TCircularGauge

property LinearGauge: TLinearGauge;

Unit
TeeCircularGauge

Description
\ltrpar\sa\sl\slmultAccesses the attributes of the Linear Gauge. It can be used to draw a linear gauge inside the Circular gauge series allowing it to be customized as if it were outside the circular one.
\ltrpar


Example:

procedure TCircularGaugeLGaugeForm.cbHorizontalClick(Sender: TObject);
begin
inherited;
Series1.LinearGauge.Horizontal:=cbHorizontal.Checked;
Serie s1.Linear Gauge.Axis.Title.Visible:=false;
if cbHorizontal.Checked then Seri es1. LinearGau ge.Axis.Increment:=50
else Series1.LinearGauge.Axis.Increment:=20;
Series1.LinearGau ge .Axis.LabelsFont.Size: =7;
Series1.LinearGauge.Axis.LabelsFont.Color:=Series1.GetPaletteColo r(16 );
end;




Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.