Class FastScatterBitmapSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class FastScatterBitmapSegment : ChartSegment, INotifyPropertyChanged
Constructors
FastScatterBitmapSegment()
Declaration
public FastScatterBitmapSegment()
FastScatterBitmapSegment(IList<Double>, IList<Double>, FastScatterBitmapSeries)
Declaration
public FastScatterBitmapSegment(IList<double> xVals, IList<double> yVals, FastScatterBitmapSeries series)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Double> | xVals | |
System.Collections.Generic.IList<System.Double> | yVals | |
FastScatterBitmapSeries | series |
Implements
System.ComponentModel.INotifyPropertyChanged