Nevron .NET Vision
Nevron.Chart Namespace / NPieSeries Class / PieEdgePercent Property


In This Topic
    PieEdgePercent Property
    In This Topic
    Controls the edge percent for smooth edge pie.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Controls the edge percent for smooth edge pie.")>
    <System.ComponentModel.DefaultValueAttribute(25)>
    Public Property PieEdgePercent As System.Single
    'Usage
     
    
    Dim instance As NPieSeries
    Dim value As System.Single
     
    instance.PieEdgePercent = value
     
    value = instance.PieEdgePercent
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Controls the edge percent for smooth edge pie.")]
    [System.ComponentModel.DefaultValue(25)]
    public System.float 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