WPF

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

    Show / Hide Table of Contents

    Class ChartPieAdornment

    Represents chart adornment.

    Inheritance
    System.Object
    ChartSegment
    ChartAdornment
    ChartPieAdornment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartAdornment.BackgroundProperty
    ChartAdornment.BorderBrushProperty
    ChartAdornment.BorderThicknessProperty
    ChartAdornment.MarginProperty
    ChartAdornment.FontFamilyProperty
    ChartAdornment.FontStyleProperty
    ChartAdornment.FontSizeProperty
    ChartAdornment.ForegroundProperty
    ChartAdornment.ConnectorRotationAngleProperty
    ChartAdornment.ConnectorHeightProperty
    ChartAdornment.CreateVisual(Size)
    ChartAdornment.GetRenderedVisual()
    ChartAdornment.OnSizeChanged(Size)
    ChartAdornment.Series
    ChartAdornment.Background
    ChartAdornment.BorderThickness
    ChartAdornment.BorderBrush
    ChartAdornment.Margin
    ChartAdornment.FontFamily
    ChartAdornment.FontStyle
    ChartAdornment.FontSize
    ChartAdornment.Foreground
    ChartAdornment.ConnectorRotationAngle
    ChartAdornment.ConnectorHeight
    ChartAdornment.ActualContent
    ChartAdornment.XData
    ChartAdornment.YData
    ChartAdornment.X
    ChartAdornment.Y
    ChartSegment.InteriorProperty
    ChartSegment.StrokeThicknessProperty
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.SetData(IList<Double>, IList<Double>)
    ChartSegment.SetData(List<Double>, IList<Double>, Double, Double)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush, Int32)
    ChartSegment.SetData(List<Point>)
    ChartSegment.SetData(List<ChartPoint>)
    ChartSegment.SetData(Point, Point, Point, Point)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point)
    ChartSegment.SetData(Point, Point, Point, Point, Boolean)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point, Boolean)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.AlignHiLoSegment(Double, Double, Double, Double)
    ChartSegment.OnPropertyChanged(String)
    ChartSegment.SetVisualBindings(Shape)
    ChartSegment.XRange
    ChartSegment.YRange
    ChartSegment.Item
    ChartSegment.Interior
    ChartSegment.StrokeThickness
    ChartSegment.StrokeDashArray
    ChartSegment.Stroke
    ChartSegment.PolygonPoints
    ChartSegment.IsEmptySegmentInterior
    ChartSegment.PropertyChanged
    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 Description
    System.Double

    Radius

    Gets or sets Radius property

    Declaration
    public double Radius { get; }
    Property Value
    Type Description
    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 - 2023 Syncfusion Inc. All Rights Reserved