Class ChartDoughnutSegment
Represents Doughnut chart type segment.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartDoughnutSegment : ChartPieSegment, IDisposable
Remarks
Class instance is created automatically by WPF Chart building system.
Fields
DoughnutCoefficientProperty
Identifies the DoughnutCoefficient dependency property.
Declaration
public static readonly DependencyProperty DoughnutCoefficientProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
DoughnutCoefficient
Gets or sets the doughnut coefficient. This is a dependency property.
Declaration
public double DoughnutCoefficient { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The doughnut coefficient. |
Remarks
Represents doughnut coefficient that corresponds for interior hole radius.
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()
Overrides
Draw3DSegment(IChartTransformer)
Draws the 3D segment.
Declaration
public override void Draw3DSegment(IChartTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Chart.IChartTransformer | transformer | The transformer |
Overrides
Update(IChartTransformer)
Updates the real coordinates of segment with respect to chart type.
Declaration
public override void Update(IChartTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Chart.IChartTransformer | transformer | Instance of class that implements Syncfusion.Windows.Chart.IChartTransformer interface. |
Overrides
Remarks
Method is being called internally in order to update segment.
See Also
Implements
System.IDisposable