Class TriangularAdornment
Class implementation for triangularAdornments
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class TriangularAdornment : ChartAdornment, INotifyPropertyChanged
Constructors
TriangularAdornment(Double, Double, Double, Double, AdornmentSeries)
Called when instance created for TriangularAdornment
Declaration
public TriangularAdornment(double xVal, double yVal, double currY, double height, AdornmentSeries series)
Parameters
Type | Name | Description |
---|---|---|
System.Double | xVal | |
System.Double | yVal | |
System.Double | currY | |
System.Double | height | |
AdornmentSeries | 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
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