Class StackingColumn100Series3D
Class implementation for StackingColumn100Series3D.
Inheritance
System.Object
StackingColumn100Series3D
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class StackingColumn100Series3D : StackingColumnSeries3D, ICloneable, ISupportAxes3D, ISupportAxes, ISegmentSpacing
Constructors
StackingColumn100Series3D()
Declaration
public StackingColumn100Series3D()
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. |
Overrides
CreateSegments()
Creates the segments of StackingColumn100Series3D.
Declaration
public override void CreateSegments()