Class ChartAdornment3D
Represents a ChartAdornment that used to render 3D element in chart.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ChartAdornment3D : ChartAdornment, INotifyPropertyChanged
Constructors
ChartAdornment3D()
Declaration
public ChartAdornment3D()
ChartAdornment3D(Double, Double, Double, Double, Double, ChartSeriesBase)
Called when instance created for ChartAdornment
Declaration
public ChartAdornment3D(double xVal, double yVal, double x, double y, double startDepth, ChartSeriesBase series)
Parameters
Type | Name | Description |
---|---|---|
System.Double | xVal | |
System.Double | yVal | |
System.Double | x | |
System.Double | y | |
System.Double | startDepth | |
ChartSeriesBase | series |
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
Implements
System.ComponentModel.INotifyPropertyChanged