Contents  All Classes  Index A-Z  All Units


TCustomBarSeries.BevelSize
TCustomBarSeries

property BevelSize: Integer;

Unit
Series

Description
Amount in pixels of bar bevel.
Used only when BarStyle property is bsBevel (only in 2D and 3D orthogonal display modes)

Chart1.View3D:=False;
Series1.BarStyle := bsBevel;
Series1.BevelSize := 3;


Submit your feedback about this page.

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