Class StepAreaSegment
Inheritance
System.Object
StepAreaSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class StepAreaSegment : ChartSegment, INotifyPropertyChanged
Constructors
StepAreaSegment()
Declaration
StepAreaSegment(List<ChartPoint>, StepAreaSeries)
Declaration
public StepAreaSegment(List<ChartPoint> pointsCollection, StepAreaSeries series)
Parameters
StepAreaSegment(List<Point>, StepAreaSeries)
Declaration
public StepAreaSegment(List<Point> pointsCollection, StepAreaSeries series)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<Windows.Foundation.Point> |
pointsCollection |
|
StepAreaSeries |
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