Class StackingBar100Series3D
Class implementation for StackingBar100Series3D.
Inheritance
System.Object
StackingBar100Series3D
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class StackingBar100Series3D : StackingColumn100Series3D, ICloneable, ISupportAxes3D, ISupportAxes, ISegmentSpacing
Constructors
StackingBar100Series3D()
Initializes a new instance of the StackingBar100Series3D class.
Declaration
public StackingBar100Series3D()
Methods
CloneSeries(DependencyObject)
Clones the series.
Declaration
protected override DependencyObject CloneSeries(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The object. |
Returns
Type | Description |
---|---|
System.Windows.DependencyObject | Returns the cloned series. |