Class StackingColumnSegment
Represents a chart segment which renders collection of points using column shape.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class StackingColumnSegment : ColumnSegment, INotifyPropertyChanged
Constructors
StackingColumnSegment()
Initializes a new instance of the StackingColumnSegment.
Declaration
public StackingColumnSegment()
StackingColumnSegment(Double, Double, Double, Double, StackingColumnSeries)
Initializes a new instance of the StackingColumnSegment.
Declaration
public StackingColumnSegment(double x1, double y1, double x2, double y2, StackingColumnSeries 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. |
StackingColumnSeries | series | Used to specify the StackingColumnSeries instance. |
Methods
Update(IChartTransformer)
Updates the segments based on its data point value. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
Declaration
public override void Update(IChartTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.UI.Xaml.Charts.IChartTransformer | transformer | Represents the view port of chart control.(refer Syncfusion.UI.Xaml.Charts.IChartTransformer) |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged