Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / PieSeries Class / PieEdgePercent Property


In This Topic
    PieEdgePercent Property
    In This Topic
    Controls the edge percent for smooth edge pie.
    Syntax
    'Declaration
     
    <CategoryAttribute("Options")>
    <DescriptionAttribute("Controls the edge percent for smooth edge pie.")>
    <DefaultValueAttribute(25)>
    Public Property PieEdgePercent As Integer
    'Usage
     
    Dim instance As PieSeries
    Dim value As Integer
     
    instance.PieEdgePercent = value
     
    value = instance.PieEdgePercent
    [Category("Options")]
    [Description("Controls the edge percent for smooth edge pie.")]
    [DefaultValue(25)]
    public int PieEdgePercent {get; set;}
    Remarks
    This property is valid only if the PieStyle is set to SmoothEdgePie. By default set to 25.
    Requirements

    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

    See Also