Class ChartPieAdornment3D
Represents a ChartAdornment that used to render visual in 3D chart.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.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
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
Implements
System.ComponentModel.INotifyPropertyChanged