menu

Class PieSegment - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PieSegment

    Inheritance
    System.Object
    ChartSegment
    PieSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.Fill
    ChartSegment.FillProperty
    ChartSegment.Item
    ChartSegment.PolygonPoints
    ChartSegment.PropertyChanged
    ChartSegment.Series
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.StrokeWidth
    ChartSegment.StrokeWidthProperty
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public class PieSegment : ChartSegment, INotifyPropertyChanged

    Constructors

    PieSegment()

    Declaration
    public PieSegment()

    PieSegment(Double, Double, PieSeries, Object)

    Declaration
    public PieSegment(double arcStartAngle, double arcEndAngle, PieSeries series, object item)
    Parameters
    Type Name Description
    System.Double arcStartAngle
    System.Double arcEndAngle
    PieSeries series
    System.Object item

    PieSegment(Double, Double, Boolean, PieSeries, Object)

    Declaration
    public PieSegment(double arcStartAngle, double arcEndAngle, bool isEmptyInterior, PieSeries series, object item)
    Parameters
    Type Name Description
    System.Double arcStartAngle
    System.Double arcEndAngle
    System.Boolean isEmptyInterior
    PieSeries series
    System.Object item

    Fields

    IsExplodedProperty

    The DependencyProperty for IsExploded property.

    Declaration
    public static readonly DependencyProperty IsExplodedProperty
    Field Value
    Type
    Microsoft.UI.Xaml.DependencyProperty

    Properties

    EndAngle

    Gets the end angle of this segment slice.

    Declaration
    public double EndAngle { get; }
    Property Value
    Type
    System.Double

    IsExploded

    Gets or sets a value that indicates whether this segment can be exploded or not.

    Declaration
    public bool IsExploded { get; set; }
    Property Value
    Type Description
    System.Boolean

    It accepts boolean values and its default value is false.

    StartAngle

    Gets the start angle of this segment slice.

    Declaration
    public double StartAngle { get; }
    Property Value
    Type
    System.Double

    XData

    Gets a data point value that is bound with x for the segment.

    Declaration
    public double XData { get; }
    Property Value
    Type
    System.Double

    YData

    Gets a data point value that is bound with y for the segment.

    Declaration
    public double YData { get; }
    Property Value
    Type
    System.Double

    Implements

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