menu

UWP

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

    Show / Hide Table of Contents

    Class DoughnutSegment3D

    Class implementation for DoughnutSegment3D

    Inheritance
    System.Object
    ChartSegment
    ChartSegment3D
    PieSegment3D
    DoughnutSegment3D
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.AlignHiLoSegment(Double, Double, Double, Double)
    ChartSegment.Interior
    ChartSegment.InteriorProperty
    ChartSegment.IsEmptySegmentInterior
    ChartSegment.Item
    ChartSegment.OnPropertyChanged(String)
    ChartSegment.PolygonPoints
    ChartSegment.PropertyChanged
    ChartSegment.Series
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.SetData(IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush, Int32)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(List<ChartPoint>)
    ChartSegment.SetData(List<Double>, IList<Double>, Double, Double)
    ChartSegment.SetData(List<Point>)
    ChartSegment.SetData(Point, Point, Point, Point)
    ChartSegment.SetData(Point, Point, Point, Point, Boolean)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point, Boolean)
    ChartSegment.SetVisualBindings(Shape)
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.StrokeThickness
    ChartSegment.StrokeThicknessProperty
    ChartSegment.XRange
    ChartSegment.YRange
    ChartSegment3D.endDepth
    ChartSegment3D.startDepth
    ChartSegment3D.ZRange
    PieSegment3D.CreateVisual(Size)
    PieSegment3D.GetRenderedVisual()
    PieSegment3D.OnSizeChanged(Size)
    PieSegment3D.SetData(Double[])
    PieSegment3D.Update(IChartTransformer)
    PieSegment3D.XData
    PieSegment3D.YData
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class DoughnutSegment3D : PieSegment3D, INotifyPropertyChanged

    Constructors

    DoughnutSegment3D(ChartSeries3D, Vector3D, Double, Double, Double, Double, Int32, Double, Double)

    Initializes a new instance of the DoughnutSegment3D class.

    Declaration
    public DoughnutSegment3D(ChartSeries3D series, Vector3D center, double start, double end, double height, double r, int i, double y, double insideRadius)
    Parameters
    Type Name Description
    ChartSeries3D series

    The series.

    Vector3D center

    The center.

    System.Double start

    The start.

    System.Double end

    The end.

    System.Double height

    The height.

    System.Double r

    The r.

    System.Int32 i

    The i.

    System.Double y

    The y.

    System.Double insideRadius

    The inside radius.

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved