Class StackingColumnSeries3D
StackingColumnSeries3D is typically preferred in cases of multiple series of type ColumnSeries3D. Each series is then stacked vertically one above the other. If there exists only single series, it will resemble like a simple ColumnSeries3D chart.
Inheritance
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class StackingColumnSeries3D : StackingSeriesBase3D, ICloneable, ISupportAxes3D, ISupportAxes, ISegmentSpacing
Constructors
StackingColumnSeries3D()
Declaration
public StackingColumnSeries3D()
Fields
SegmentSpacingProperty
The DependencyProperty for SegmentSpacing property.
Declaration
public static readonly DependencyProperty SegmentSpacingProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
IsSideBySide
Gets a value indicating whether this series is placed side by side.
Declaration
protected override bool IsSideBySide { get; }
Property Value
Type | Description |
---|---|
System.Boolean | It returns |
Overrides
IsStacked
Gets a value indicating whether this series is placed side by side.
Declaration
protected override bool IsStacked { get; }
Property Value
Type | Description |
---|---|
System.Boolean | It returns |
Overrides
SegmentSpacing
Gets or sets the spacing between the segments across the series in cluster mode.
Declaration
public double SegmentSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The value ranges from 0 to 1. |
Methods
CalculateSegmentSpacing(Double, Double, Double)
Calculates the segment spacing.
Declaration
protected static double CalculateSegmentSpacing(double spacing, double right, double left)
Parameters
Type | Name | Description |
---|---|---|
System.Double | spacing | The Spacing. |
System.Double | right | The Right Position. |
System.Double | left | The Left Position. |
Returns
Type | Description |
---|---|
System.Double | Returns the calculated segment space. |
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 StackingColumnSeries3D.
Declaration
public override void CreateSegments()
Overrides
Explicit Interface Implementations
ISegmentSpacing.CalculateSegmentSpacing(Double, Double, Double)
Calculates the segment spacing.
Declaration
double ISegmentSpacing.CalculateSegmentSpacing(double spacing, double right, double left)
Parameters
Type | Name | Description |
---|---|---|
System.Double | spacing | The Spacing. |
System.Double | right | The Right Position. |
System.Double | left | The Left Position. |
Returns
Type | Description |
---|---|
System.Double | Returns the calculated segment space. |