Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / DoughnutLayout Class / InnerRadius Property


In This Topic
    InnerRadius Property
    In This Topic

    Gets or sets the additional adjustment made to the doughnut chart's inner radius.

    Syntax
    'Declaration
     
    Public Property InnerRadius As Double
    'Usage
     
    Dim instance As DoughnutLayout
    Dim value As Double
     
    instance.InnerRadius = value
     
    value = instance.InnerRadius
    public double InnerRadius {get; set;}
    Remarks
    This increases or decreases the empty circle in the middle of the chart or, in other words, the doughnut's hole.
    Therefore, increasing the value of this property will make the colored part of the doughnut chart smaller in appearance, without affecting the width of the slices; decreasing the value of this property would have the reversed effect.
    Requirements

    Target Platforms: Windows 11, Windows 10, 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