Class ChartAreaSegment
Represents chart area segment.
Inheritance
System.Object
ChartAreaSegment
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartAreaSegment : ChartSegment, IDisposable
Remarks
Class instance is created automatically by WPF Chart building system.
Constructors
ChartAreaSegment(IChartDataPoint[], ChartIndexedDataPoint[], ChartSeries)
Initializes a new instance of the ChartAreaSegment class.
Declaration
public ChartAreaSegment(IChartDataPoint[] points, ChartIndexedDataPoint[] correspondingPoints, ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
IChartDataPoint[] | points | The points. |
Syncfusion.Windows.Chart.ChartIndexedDataPoint[] | correspondingPoints | The corresponding points. |
ChartSeries | series | The series. |
Fields
GeometryProperty
Identifies the Geometry dependency property.
Declaration
public static readonly DependencyProperty GeometryProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
AreaPoints
Gets or sets the points array that area initially represents.
Declaration
protected IChartDataPoint[] AreaPoints { get; set; }
Property Value
Type | Description |
---|---|
IChartDataPoint[] | The area points. |
Geometry
Gets or sets the segment geometry. This is a dependency property.
Declaration
public Geometry Geometry { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Geometry | The Geometry. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()
Overrides
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 |
Overrides
See Also
Implements
System.IDisposable