Class FastLineSegment
Inheritance
System.Object
FastLineSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class FastLineSegment : ChartSegment, INotifyPropertyChanged
Constructors
FastLineSegment()
Declaration
FastLineSegment(ChartSeries)
Declaration
public FastLineSegment(ChartSeries series)
Parameters
FastLineSegment(IList<Double>, IList<Double>, DataMarkerSeries)
Declaration
public FastLineSegment(IList<double> xVals, IList<double> yVals, DataMarkerSeries series)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IList<System.Double> |
xVals |
|
System.Collections.Generic.IList<System.Double> |
yVals |
|
DataMarkerSeries |
series |
|
Properties
Points
Declaration
public PointCollection Points { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Media.PointCollection |
|
Implements
System.ComponentModel.INotifyPropertyChanged