Controls the style of the bars.
The following example displays a smooth edge bar chart with edge 30% on top and bottom.
bar.BarStyle = BarStyle.SmoothEdgeBar
bar.BarEdgePercent = 30
bar.HasTopEdge = True
bar.HasBottomEdge = True
bar.BarStyle = BarStyle.SmoothEdgeBar;
bar.BarEdgePercent = 30;
bar.HasTopEdge = true;
bar.HasBottomEdge = true;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2