WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StepLineSegment

    Show / Hide Table of Contents

    Class StepLineSegment

    Inheritance
    System.Object
    ChartSegment
    StepLineSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.FillProperty
    ChartSegment.StrokeThicknessProperty
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.Item
    ChartSegment.Fill
    ChartSegment.StrokeThickness
    ChartSegment.StrokeDashArray
    ChartSegment.Stroke
    ChartSegment.Series
    ChartSegment.PolygonPoints
    ChartSegment.PropertyChanged
    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

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

    X1

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

    X1Data

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

    X1Value

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

    X2

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

    X2Value

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

    X3

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

    XData

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

    Y1

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

    Y1Data

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

    Y1Value

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

    Y2

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

    Y2Value

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

    Y3

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

    YData

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

    Implements

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