Class ChartPyramidSegment
Represents Pyramid chart type segment.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartPyramidSegment : ChartSegment, IDisposable
Remarks
Class instance is created automatically by WPF Chart building system.
Constructors
ChartPyramidSegment(Double, Double, ChartIndexedDataPoint, ChartSeries)
Initializes a new instance of the ChartPyramidSegment class.
Declaration
public ChartPyramidSegment(double y, double height, ChartIndexedDataPoint correspondingPoint, ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
System.Double | y | The y value. |
System.Double | height | The height. |
Syncfusion.Windows.Chart.ChartIndexedDataPoint | correspondingPoint | The corresponding point. |
ChartSeries | series | The series. |
Fields
ExplodedOffsetProperty
Identifies the ExplodedOffset dependency property.
Declaration
public static readonly DependencyProperty ExplodedOffsetProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GeometryProperty
Identifies the Geometry dependency property.
Declaration
public static readonly DependencyProperty GeometryProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsExplodedProperty
Identifies the IsExploded dependency property.
Declaration
public static readonly DependencyProperty IsExplodedProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ExplodedOffset
Gets or sets the exploded offset. This is a dependency property.
Declaration
public double ExplodedOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The exploded offset. |
Geometry
Gets or sets the geometry. This is a dependency property.
Declaration
public Geometry Geometry { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Geometry | The geometry. |
IsExploded
Gets or sets a value indicating whether this instance is exploded. This is a dependency property.
Declaration
public bool IsExploded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Draw3DSegment(IChartTransformer)
Draws the 3D segment.
Declaration
public override void Draw3DSegment(IChartTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Chart.IChartTransformer | transformer | The transformer |
Overrides
Update(IChartTransformer)
Updates the real coordinates of segment.
Declaration
public override void Update(IChartTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Chart.IChartTransformer | transformer | The transformer |