Class StackingColumnSegment3D
Represents chart stacking column segment.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class StackingColumnSegment3D : ColumnSegment3D, INotifyPropertyChanged
Remarks
Class instance is created automatically by WINRT Chart building system.
Constructors
StackingColumnSegment3D(Double, Double, Double, Double, Double, Double, ChartSeriesBase)
Initializes a new instance of the StackingColumnSegment3D class.
Declaration
public StackingColumnSegment3D(double x1, double y1, double x2, double y2, double startDepth, double endDepth, ChartSeriesBase series)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x1 | The x1. |
System.Double | y1 | The y1. |
System.Double | x2 | The x2. |
System.Double | y2 | The y2. |
System.Double | startDepth | The start depth. |
System.Double | endDepth | The end depth. |
ChartSeriesBase | series | The series. |
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