Class FastLineSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class FastLineSegment : ChartSegment, INotifyPropertyChanged
Constructors
FastLineSegment()
Declaration
public FastLineSegment()
FastLineSegment(ChartSeries)
Declaration
public FastLineSegment(ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series |
FastLineSegment(IList<Double>, IList<Double>, ChartSeries)
Declaration
public FastLineSegment(IList<double> xVals, IList<double> yVals, ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Double> | xVals | |
System.Collections.Generic.IList<System.Double> | yVals | |
ChartSeries | series |
Properties
Points
Gets or sets a collection of points to render this segment.
Declaration
public PointCollection Points { get; set; }
Property Value
Type |
---|
Microsoft.UI.Xaml.Media.PointCollection |
Implements
System.ComponentModel.INotifyPropertyChanged