menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartDoughnutType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartDoughnutType

    Represents ChartDoughnutType class

    Inheritance
    System.Object
    ChartType
    ChartPieType
    ChartDoughnutType
    Implements
    System.IDisposable
    Inherited Members
    ChartPieType.AxesType
    ChartPieType.CalculateSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartPieType.CreateAdornments(ChartSeries, ChartIndexedDataPoint[], Double, Double)
    ChartPieType.ExplodedAllProperty
    ChartPieType.ExplodedIndexProperty
    ChartPieType.ExplodeRadiusProperty
    ChartPieType.Flags
    ChartPieType.GetExplodedAll(ChartSeries)
    ChartPieType.GetExplodedIndex(ChartSeries)
    ChartPieType.GetExplodeRadius(ChartSeries)
    ChartPieType.GetPieCoefficient(ChartSeries)
    ChartPieType.IsCompatible(ChartType)
    ChartPieType.PieCoefficientProperty
    ChartPieType.SetExplodedAll(ChartSeries, Boolean)
    ChartPieType.SetExplodedIndex(ChartSeries, Int32)
    ChartPieType.SetExplodeRadius(ChartSeries, Double)
    ChartPieType.SetPieCoefficient(ChartSeries, Double)
    ChartPieType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartType.Calculate(ChartSeries)
    ChartType.CheckFlags(ChartType.ChartTypeFlags)
    ChartType.CreateAdornment(ChartSeries, ChartIndexedDataPoint, Int32)
    ChartType.Dispose()
    ChartType.GetSpacing(ChartArea)
    ChartType.IsIndependent
    ChartType.IsIndexed
    ChartType.IsRotated
    ChartType.IsSideBySide
    ChartType.IsStacked
    ChartType.RequiresAxis
    ChartType.RequiresDataCount
    ChartType.SetSpacing(ChartArea, Double)
    ChartType.SpacingProperty
    ChartType.Update(ChartSeries)
    ChartType.UpdateLastSegments(ChartSeries, ChartIndexedDataPoint[])
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public sealed class ChartDoughnutType : ChartPieType, IDisposable
    Remarks

    Doughnut charts are pie charts with a hole, whose value is specified as the doughnut coefficient. The Doughnut Chart is best suited for presenting data in proportions.

    Constructors

    ChartDoughnutType()

    Declaration
    public ChartDoughnutType()

    Fields

    DoughnutCoefficientProperty

    Identifies the DoughnutCoefficient dependency property.

    Declaration
    public static readonly DependencyProperty DoughnutCoefficientProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Methods

    CreateSegment(Double, Double, ChartIndexedDataPoint, ChartSeries)

    Creates the segment.

    Declaration
    protected override ChartPieSegment CreateSegment(double startAngle, double endAngle, ChartIndexedDataPoint correspondingPoint, ChartSeries series)
    Parameters
    Type Name Description
    System.Double startAngle

    The start angle

    System.Double endAngle

    The end angle

    Syncfusion.Windows.Chart.ChartIndexedDataPoint correspondingPoint

    The corresponding point

    ChartSeries series

    The chart series

    Returns
    Type Description
    ChartPieSegment

    The segment

    Overrides
    ChartPieType.CreateSegment(Double, Double, ChartIndexedDataPoint, ChartSeries)

    GetDoughnutCoefficient(ChartSeries)

    Gets the doughnut coefficient.

    Declaration
    public static double GetDoughnutCoefficient(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Returns
    Type Description
    System.Double

    The Doughnut Coefficient

    SetDoughnutCoefficient(ChartSeries, Double)

    Sets the doughnut coefficient.

    Declaration
    public static void SetDoughnutCoefficient(ChartSeries series, double value)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    System.Double value

    The value.

    ToString()

    Returns a System.String that represents the current System.Object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents the current System.Object.

    Overrides
    ChartPieType.ToString()

    Implements

    System.IDisposable

    See Also

    ChartDoughnutSegment
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved