Class FastStackingColumnSegment
Represents a control that use a WriteableBitmap to define their appearance.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class FastStackingColumnSegment : FastColumnBitmapSegment, INotifyPropertyChanged
Constructors
FastStackingColumnSegment()
Declaration
public FastStackingColumnSegment()
FastStackingColumnSegment(IList<Double>, IList<Double>, IList<Double>, IList<Double>, ChartSeries)
Called when instance created for FastStackingColumnSegment with following arguments
Declaration
public FastStackingColumnSegment(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