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