Class StepLineSegment
Inheritance
System.Object
StepLineSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class StepLineSegment : ChartSegment, INotifyPropertyChanged
Constructors
StepLineSegment()
Declaration
StepLineSegment(ChartPoint, ChartPoint, ChartPoint, StepLineSeries)
Declaration
public StepLineSegment(ChartPoint point1, ChartPoint stepPoint, ChartPoint point2, StepLineSeries series)
Parameters
StepLineSegment(Point, Point, Point, StepLineSeries)
Declaration
public StepLineSegment(Point point1, Point stepPoint, Point point2, StepLineSeries series)
Parameters
Type |
Name |
Description |
Windows.Foundation.Point |
point1 |
|
Windows.Foundation.Point |
stepPoint |
|
Windows.Foundation.Point |
point2 |
|
StepLineSeries |
series |
|
Properties
Points
Declaration
public PointCollection Points { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Media.PointCollection |
|
X1
Declaration
public double X1 { get; set; }
Property Value
Type |
Description |
System.Double |
|
X1Data
Declaration
public double X1Data { get; set; }
Property Value
Type |
Description |
System.Double |
|
X1Value
Declaration
public double X1Value { get; set; }
Property Value
Type |
Description |
System.Double |
|
X2
Declaration
public double X2 { get; set; }
Property Value
Type |
Description |
System.Double |
|
X2Value
Declaration
public double X2Value { get; set; }
Property Value
Type |
Description |
System.Double |
|
X3
Declaration
public double X3 { get; set; }
Property Value
Type |
Description |
System.Double |
|
XData
Declaration
public double XData { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y1
Declaration
public double Y1 { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y1Data
Declaration
public double Y1Data { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y1Value
Declaration
public double Y1Value { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y2
Declaration
public double Y2 { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y2Value
Declaration
public double Y2Value { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y3
Declaration
public double Y3 { 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