Contents  All Classes  Index A-Z  All Units


TContourLevel.DefaultPen
TContourLevel

function DefaultPen: Boolean;

Unit
TeeSurfa

Description
Returns True when this level has no special custom pen.
By default all levels have no custom pen, that is, they use the Contour series pen property to draw all levels with the same pen.

As soon you change a level Pen property, this function returns False.

Series1.Levels[0].Pen.Color := clRed ;

To use the default series pen, set pen to "nil" :

Series1.Levels[0].Pen:=nil ;




Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.