WinUI

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

    Show / Hide Table of Contents

    Class DoughnutSegment

    Inheritance
    System.Object
    ChartSegment
    DoughnutSegment
    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 DoughnutSegment : ChartSegment, INotifyPropertyChanged

    Constructors

    DoughnutSegment()

    Declaration
    public DoughnutSegment()

    DoughnutSegment(Double, Double, DoughnutSeries)

    Declaration
    public DoughnutSegment(double startAngle, double endAngle, DoughnutSeries series)
    Parameters
    Type Name Description
    System.Double startAngle
    System.Double endAngle
    DoughnutSeries series

    Fields

    ActualEndAngleProperty

    The DependencyProperty for ActualEndAngle property.

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

    ActualStartAngleProperty

    The DependencyProperty for ActualStartAngle property.

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

    IsExplodedProperty

    The DependencyProperty for IsExploded property.

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

    TrackBorderColorProperty

    Using a DependencyProperty as the backing store for brushTrackBorderColor. This enables animation, styling, binding, etc...

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

    TrackBorderWidthProperty

    Using a DependencyProperty as the backing store for TrackBorderWidth. This enables animation, styling, binding, etc...

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

    Properties

    ActualEndAngle

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

    ActualStartAngle

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

    AngleOfSlice

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

    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

    TrackBorderColor

    Declaration
    public Brush TrackBorderColor { get; set; }
    Property Value
    Type Description
    Microsoft.UI.Xaml.Media.Brush

    TrackBorderWidth

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

    TrackColor

    Declaration
    public Brush TrackColor { get; set; }
    Property Value
    Type Description
    Microsoft.UI.Xaml.Media.Brush

    TrackOpacity

    Declaration
    public double TrackOpacity { get; set; }
    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