Class ColumnSeries3D
ColumnSeries displays its data points using a set of vertical bars.
Inheritance
System.Object
ColumnSeries3D
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ColumnSeries3D : XyzDataSeries3D, ICloneable, ISupportAxes3D, ISupportAxes, ISegmentSpacing
Constructors
ColumnSeries3D()
Declaration
public ColumnSeries3D()
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
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 ColumnSeries.
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 |
System.Double | left | The Left |
Returns
Type | Description |
---|---|
System.Double | Returns the calculated segment space. |