menu

WinUI

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

    Show / Hide Table of Contents

    Class StepLineSegment

    Inheritance
    System.Object
    ChartSegment
    StepLineSegment
    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 StepLineSegment : ChartSegment, INotifyPropertyChanged

    Constructors

    StepLineSegment()

    Declaration
    public StepLineSegment()

    StepLineSegment(ChartPoint, ChartPoint, ChartPoint, StepLineSeries)

    Declaration
    public StepLineSegment(ChartPoint point1, ChartPoint stepPoint, ChartPoint point2, StepLineSeries series)
    Parameters
    Type Name Description
    ChartPoint point1
    ChartPoint stepPoint
    ChartPoint point2
    StepLineSeries series

    StepLineSegment(Point, Point, Point, StepLineSeries)

    Declaration
    public StepLineSegment(Point point1, Point stepPoint, Point point2, StepLineSeries series)
    Parameters
    Type Name Description
    Windows.Foundation.Point point1
    Windows.Foundation.Point stepPoint
    Windows.Foundation.Point point2
    StepLineSeries series

    Properties

    Points

    Gets or sets a collection of points to render segment.

    Declaration
    public PointCollection Points { get; set; }
    Property Value
    Type
    Microsoft.UI.Xaml.Media.PointCollection

    X1

    Gets or sets the x-value for the start point.

    Declaration
    public double X1 { get; set; }
    Property Value
    Type
    System.Double

    X1Data

    Gets or sets the x-value for the step middle point.

    Declaration
    public double X1Data { get; set; }
    Property Value
    Type
    System.Double

    X1Value

    Gets or sets the x-value for the start point

    Declaration
    public double X1Value { get; set; }
    Property Value
    Type
    System.Double

    X2

    Gets or sets the x-value for the end point.

    Declaration
    public double X2 { get; set; }
    Property Value
    Type
    System.Double

    X2Value

    Gets or sets the x-value for the end point

    Declaration
    public double X2Value { get; set; }
    Property Value
    Type
    System.Double

    X3

    Gets or sets the x-value for the step middle point.

    Declaration
    public double X3 { get; set; }
    Property Value
    Type
    System.Double

    XData

    Gets or sets the x-value for the start point.

    Declaration
    public double XData { get; set; }
    Property Value
    Type
    System.Double

    Y1

    Gets or sets the y-value for the start point.

    Declaration
    public double Y1 { get; set; }
    Property Value
    Type
    System.Double

    Y1Data

    Gets or sets the y-value for the step middle point.

    Declaration
    public double Y1Data { get; set; }
    Property Value
    Type
    System.Double

    Y1Value

    Gets or sets the y-value for the start point

    Declaration
    public double Y1Value { get; set; }
    Property Value
    Type
    System.Double

    Y2

    Gets or sets the y-value for the end point.

    Declaration
    public double Y2 { get; set; }
    Property Value
    Type
    System.Double

    Y2Value

    Gets or sets the y-value for the end point

    Declaration
    public double Y2Value { get; set; }
    Property Value
    Type
    System.Double

    Y3

    Gets or sets the y-value for the step middle point.

    Declaration
    public double Y3 { get; set; }
    Property Value
    Type
    System.Double

    YData

    Gets or sets the y-value for the start point.

    Declaration
    public double YData { get; set; }
    Property Value
    Type
    System.Double

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved