Class ChartSurfaceSegment
Class implementation for ChartSurfaceSegment
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartSurfaceSegment : ChartSegment, IDisposable
Constructors
ChartSurfaceSegment(List<IChartDataPoint>, ChartIndexedDataPoint[], ChartSeries, Double)
Called when instance created for ChartSurfaceSegment
Declaration
public ChartSurfaceSegment(List<IChartDataPoint> points, ChartIndexedDataPoint[] correspondingPoints, ChartSeries series, double index)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<IChartDataPoint> | points | |
Syncfusion.Windows.Chart.ChartIndexedDataPoint[] | correspondingPoints | |
ChartSeries | series | |
System.Double | index |
Properties
Point1
Gets or sets the point1.
Declaration
public IChartDataPoint Point1 { get; set; }
Property Value
Type | Description |
---|---|
IChartDataPoint | The point1. |
Point2
Gets or sets the point2.
Declaration
public IChartDataPoint Point2 { get; set; }
Property Value
Type | Description |
---|---|
IChartDataPoint | The point2. |
Point3
Gets or sets the point3.
Declaration
public IChartDataPoint Point3 { get; set; }
Property Value
Type | Description |
---|---|
IChartDataPoint | The point3. |
Point4
Gets or sets the point4.
Declaration
public IChartDataPoint Point4 { get; set; }
Property Value
Type | Description |
---|---|
IChartDataPoint | The point4. |
Points
Gets or Sets the Poits property
Declaration
public PointCollection Points { get; set; }
Property Value
Type |
---|
System.Windows.Media.PointCollection |
Points1
Get or Set Point1 Property
Declaration
public Point3D Points1 { get; set; }
Property Value
Type |
---|
System.Windows.Media.Media3D.Point3D |
Points2
Get or Set Point2 Property
Declaration
public Point3D Points2 { get; set; }
Property Value
Type |
---|
System.Windows.Media.Media3D.Point3D |
Points3
Get or Set Point3 Property
Declaration
public Point3D Points3 { get; set; }
Property Value
Type |
---|
System.Windows.Media.Media3D.Point3D |
Points4
Get or Set Point4 Property
Declaration
public Point3D Points4 { get; set; }
Property Value
Type |
---|
System.Windows.Media.Media3D.Point3D |
Methods
Draw3DSegment(IChartTransformer)
Draw3s the D 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 with respect to chart type.
Declaration
public override void Update(IChartTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Chart.IChartTransformer | transformer | Instance of class that implements Syncfusion.Windows.Chart.IChartTransformer interface. |
Overrides
Implements
System.IDisposable