WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PieSegment

    Show / Hide Table of Contents

    Class PieSegment

    Inheritance
    System.Object
    ChartSegment
    PieSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.FillProperty
    ChartSegment.StrokeThicknessProperty
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.Item
    ChartSegment.Fill
    ChartSegment.StrokeThickness
    ChartSegment.StrokeDashArray
    ChartSegment.Stroke
    ChartSegment.Series
    ChartSegment.PolygonPoints
    ChartSegment.PropertyChanged
    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 Description
    Microsoft.UI.Xaml.DependencyProperty

    Properties

    EndAngle

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

    IsExploded

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

    StartAngle

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

    XData

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

    YData

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

    Implements

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