Class ChartPieAdornment
Represents chart adornment.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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
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
Implements
System.ComponentModel.INotifyPropertyChanged