Class StackingBarSegment
Represents a chart segment which renders collection of points using bar shape.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class StackingBarSegment : BarSegment, INotifyPropertyChanged
Constructors
StackingBarSegment()
Initializes a new instance of the StackingBarSegment.
Declaration
public StackingBarSegment()
StackingBarSegment(Double, Double, Double, Double, StackingBarSeries)
Initializes a new instance of the StackingBarSegment.
Declaration
public StackingBarSegment(double x1, double y1, double x2, double y2, StackingBarSeries series)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x1 | Used to specify the segment x1 value. |
System.Double | y1 | Used to specify the segment y1 value. |
System.Double | x2 | Used to specify the segment x2 value. |
System.Double | y2 | Used to specify the segment y2 value. |
StackingBarSeries | series | Used to specify the StackingBarSeries instance. |
Implements
System.ComponentModel.INotifyPropertyChanged