TCustomBarSeries.BevelSize
 
 
 

All Units  All Classes  Properties, Methods and Events  

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;



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