menu

UWP

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

    Show / Hide Table of Contents

    Class ChartPieAdornment3D

    Represents a ChartAdornment that used to render visual in 3D chart.

    Inheritance
    System.Object
    ChartSegment
    ChartAdornment
    ChartAdornment3D
    ChartPieAdornment3D
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartAdornment.ActualContent
    ChartAdornment.Background
    ChartAdornment.BackgroundProperty
    ChartAdornment.BorderBrush
    ChartAdornment.BorderBrushProperty
    ChartAdornment.BorderThickness
    ChartAdornment.BorderThicknessProperty
    ChartAdornment.ConnectorHeight
    ChartAdornment.ConnectorHeightProperty
    ChartAdornment.ConnectorRotationAngle
    ChartAdornment.ConnectorRotationAngleProperty
    ChartAdornment.CreateVisual(Size)
    ChartAdornment.FontFamily
    ChartAdornment.FontFamilyProperty
    ChartAdornment.FontSize
    ChartAdornment.FontSizeProperty
    ChartAdornment.FontStyle
    ChartAdornment.FontStyleProperty
    ChartAdornment.Foreground
    ChartAdornment.ForegroundProperty
    ChartAdornment.GetRenderedVisual()
    ChartAdornment.Margin
    ChartAdornment.MarginProperty
    ChartAdornment.OnSizeChanged(Size)
    ChartAdornment.Series
    ChartAdornment.X
    ChartAdornment.XData
    ChartAdornment.Y
    ChartAdornment.YData
    ChartSegment.AlignHiLoSegment(Double, Double, Double, Double)
    ChartSegment.Interior
    ChartSegment.InteriorProperty
    ChartSegment.IsEmptySegmentInterior
    ChartSegment.Item
    ChartSegment.OnPropertyChanged(String)
    ChartSegment.PolygonPoints
    ChartSegment.PropertyChanged
    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
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class ChartPieAdornment3D : ChartAdornment3D, INotifyPropertyChanged

    Constructors

    ChartPieAdornment3D()

    Declaration
    public ChartPieAdornment3D()

    ChartPieAdornment3D(Double, Double, Double, Double, Double, ChartSeries3D)

    Called when instance created for ChartPieAdornment

    Declaration
    public ChartPieAdornment3D(double startDepth, double xVal, double yVal, double angle, double radius, ChartSeries3D series)
    Parameters
    Type Name Description
    System.Double startDepth
    System.Double xVal
    System.Double yVal
    System.Double angle
    System.Double radius
    ChartSeries3D series

    Properties

    Angle

    Gets or sets Angle property

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

    Radius

    Gets or sets Radius property

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

    Methods

    SetData(Double[])

    Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.

    Declaration
    public override void SetData(params double[] values)
    Parameters
    Type Name Description
    System.Double[] values
    Overrides
    ChartAdornment3D.SetData(Double[])

    Update(IChartTransformer)

    Updates the segments based on its data point value. This method is not intended to be called explicitly outside the Chart but it can be overriden by any derived class.

    Declaration
    public override void Update(IChartTransformer transformer)
    Parameters
    Type Name Description
    Syncfusion.UI.Xaml.Charts.IChartTransformer transformer

    Represents the view port of chart control.(refer Syncfusion.UI.Xaml.Charts.IChartTransformer)

    Overrides
    ChartAdornment.Update(IChartTransformer)

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

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