Class ScatterSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class ScatterSegment : ChartSegment, INotifyPropertyChanged
Constructors
ScatterSegment()
Declaration
public ScatterSegment()
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
Gets or sets a value to customize the height of the scatter segment.
Declaration
public double PointHeight { get; set; }
Property Value
Type |
---|
System.Double |
PointWidth
Gets or sets a value to customize the width of the scatter segment.
Declaration
public double PointWidth { get; set; }
Property Value
Type |
---|
System.Double |
RectX
Gets the x position of the segment rect.
Declaration
public double RectX { get; set; }
Property Value
Type |
---|
System.Double |
RectY
Gets the y position of the segment rect.
Declaration
public double RectY { get; set; }
Property Value
Type |
---|
System.Double |
XData
Gets a data point value that is bound with x for the segment.
Declaration
public double XData { get; }
Property Value
Type |
---|
System.Double |
YData
Gets a data point value that is bound with y for the segment.
Declaration
public double YData { get; }
Property Value
Type |
---|
System.Double |
Implements
System.ComponentModel.INotifyPropertyChanged