Class StackedAreaSegment
Inheritance
System.Object
StackedAreaSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class StackedAreaSegment : ChartSegment, INotifyPropertyChanged
Constructors
StackedAreaSegment()
Declaration
public StackedAreaSegment()
StackedAreaSegment(List<Double>, List<Double>)
Declaration
public StackedAreaSegment(List<double> xValues, List<double> yValues)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<System.Double> |
xValues |
|
System.Collections.Generic.List<System.Double> |
yValues |
|
StackedAreaSegment(List<Double>, List<Double>, StackedAreaSeries)
Declaration
public StackedAreaSegment(List<double> xValues, List<double> yValues, StackedAreaSeries series)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<System.Double> |
xValues |
|
System.Collections.Generic.List<System.Double> |
yValues |
|
StackedAreaSeries |
series |
|
Properties
XData
Declaration
public double XData { get; set; }
Property Value
Type |
Description |
System.Double |
|
YData
Declaration
public double YData { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.ComponentModel.INotifyPropertyChanged