menu

WPF

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

    Show / Hide Table of Contents

    Class ChartPieAdornment

    Represents chart adornment.

    Inheritance
    System.Object
    ChartSegment
    ChartAdornment
    ChartPieAdornment
    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.WPF.dll
    Syntax
    public class ChartPieAdornment : ChartAdornment, INotifyPropertyChanged
    Remarks

    Class instance is created automatically by WINRT Chart building system.

    Constructors

    ChartPieAdornment(Double, Double, Double, Double, AdornmentSeries)

    Called when instance created for ChartPieAdornment

    Declaration
    public ChartPieAdornment(double xVal, double yVal, double angle, double radius, AdornmentSeries series)
    Parameters
    Type Name Description
    System.Double xVal
    System.Double yVal
    System.Double angle
    System.Double radius
    AdornmentSeries 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 overriden by any derived class.

    Declaration
    public override void SetData(params double[] Values)
    Parameters
    Type Name Description
    System.Double[] Values
    Overrides
    ChartAdornment.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

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

    Overrides
    ChartAdornment.Update(IChartTransformer)

    Implements

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