Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the begin angle of the pie segments.")> <DefaultValueAttribute(0)> Public Property BeginAngle As Integer
'Usage Dim instance As PieSeries Dim value As Integer instance.BeginAngle = value value = instance.BeginAngle
[Category("Options")] [Description("Controls the begin angle of the pie segments.")] [DefaultValue(0)] public int BeginAngle {get; set;}
pieSeries.BeginAngle = 90
pieSeries.BeginAngle = 90;
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
PieSeries Class PieSeries Members