Class StepAreaSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class StepAreaSegment : ChartSegment, INotifyPropertyChanged
Constructors
StepAreaSegment()
Declaration
public StepAreaSegment()
StepAreaSegment(List<ChartPoint>, StepAreaSeries)
Declaration
public StepAreaSegment(List<ChartPoint> pointsCollection, StepAreaSeries series)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<ChartPoint> | pointsCollection | |
StepAreaSeries | series |
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
Gets the or sets a data point value that is bound with x for the segment.
Declaration
public double XData { get; set; }
Property Value
Type |
---|
System.Double |
YData
Gets the or sets a data point value that is bound with y for the segment.
Declaration
public double YData { get; set; }
Property Value
Type |
---|
System.Double |
Implements
System.ComponentModel.INotifyPropertyChanged