Class ScatterSegment
Inheritance
System.Object
ScatterSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class ScatterSegment : ChartSegment, INotifyPropertyChanged
Constructors
ScatterSegment()
Declaration
ScatterSegment(Double, Double, ScatterSeries)
Declaration
public ScatterSegment(double xpos, double ypos, ScatterSeries series)
Parameters
Type |
Name |
Description |
System.Double |
xpos |
|
System.Double |
ypos |
|
ScatterSeries |
series |
|
Properties
PointHeight
Declaration
public double PointHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
PointWidth
Declaration
public double PointWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
RectX
Declaration
public double RectX { get; set; }
Property Value
Type |
Description |
System.Double |
|
RectY
Declaration
public double RectY { get; set; }
Property Value
Type |
Description |
System.Double |
|
XData
Declaration
public double XData { get; }
Property Value
Type |
Description |
System.Double |
|
YData
Declaration
public double YData { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.ComponentModel.INotifyPropertyChanged