Class SplineSegment

    Show / Hide Table of Contents

    Class SplineSegment

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

    Constructors

    SplineSegment()

    Declaration
    public SplineSegment()

    SplineSegment(ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartSeries)

    Declaration
    public SplineSegment(ChartPoint point1, ChartPoint point2, ChartPoint point3, ChartPoint point4, ChartSeries series)
    Parameters
    Type Name Description
    ChartPoint point1
    ChartPoint point2
    ChartPoint point3
    ChartPoint point4
    ChartSeries series

    SplineSegment(ChartPoint, ChartPoint, ChartPoint, ChartPoint, SplineSeries)

    Declaration
    public SplineSegment(ChartPoint point1, ChartPoint point2, ChartPoint point3, ChartPoint point4, SplineSeries series)
    Parameters
    Type Name Description
    ChartPoint point1
    ChartPoint point2
    ChartPoint point3
    ChartPoint point4
    SplineSeries series

    SplineSegment(Point, Point, Point, Point, ChartSeries)

    Declaration
    public SplineSegment(Point point1, Point point2, Point point3, Point point4, ChartSeries series)
    Parameters
    Type Name Description
    Windows.Foundation.Point point1
    Windows.Foundation.Point point2
    Windows.Foundation.Point point3
    Windows.Foundation.Point point4
    ChartSeries series

    SplineSegment(Point, Point, Point, Point, SplineSeries)

    Declaration
    public SplineSegment(Point point1, Point point2, Point point3, Point point4, SplineSeries series)
    Parameters
    Type Name Description
    Windows.Foundation.Point point1
    Windows.Foundation.Point point2
    Windows.Foundation.Point point3
    Windows.Foundation.Point point4
    SplineSeries series

    Properties

    Data

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

    P1

    Declaration
    public Point P1 { get; set; }
    Property Value
    Type Description
    Windows.Foundation.Point

    P2

    Declaration
    public Point P2 { get; set; }
    Property Value
    Type Description
    Windows.Foundation.Point

    Q1

    Declaration
    public Point Q1 { get; set; }
    Property Value
    Type Description
    Windows.Foundation.Point

    Q2

    Declaration
    public Point Q2 { get; set; }
    Property Value
    Type Description
    Windows.Foundation.Point

    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

    X2

    Declaration
    public double X2 { 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

    Y2

    Declaration
    public double Y2 { 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