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