menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScatterSegment - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScatterSegment

    Inheritance
    System.Object
    ChartSegment
    ScatterSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.Fill
    ChartSegment.FillProperty
    ChartSegment.Item
    ChartSegment.PolygonPoints
    ChartSegment.PropertyChanged
    ChartSegment.Series
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.StrokeWidth
    ChartSegment.StrokeWidthProperty
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved