Class FastLineBitmapSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class FastLineBitmapSegment : ChartSegment, INotifyPropertyChanged
Constructors
FastLineBitmapSegment()
Declaration
public FastLineBitmapSegment()
FastLineBitmapSegment(ChartSeries)
Declaration
public FastLineBitmapSegment(ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series |
FastLineBitmapSegment(IList<Double>, IList<Double>, ChartSeries)
Declaration
public FastLineBitmapSegment(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 |
Implements
System.ComponentModel.INotifyPropertyChanged