menu

WinUI

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

    Show / Hide Table of Contents

    Class SplineAreaSegment

    Inheritance
    System.Object
    ChartSegment
    AreaSegment
    SplineAreaSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    AreaSegment.XData
    AreaSegment.YData
    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 SplineAreaSegment : AreaSegment, INotifyPropertyChanged

    Constructors

    SplineAreaSegment()

    Declaration
    public SplineAreaSegment()

    SplineAreaSegment(List<ChartPoint>, List<Double>, IList<Double>, SplineAreaSeries)

    Declaration
    public SplineAreaSegment(List<ChartPoint> Points, List<double> xValues, IList<double> yValues, SplineAreaSeries series)
    Parameters
    Type Name Description
    System.Collections.Generic.List<ChartPoint> Points
    System.Collections.Generic.List<System.Double> xValues
    System.Collections.Generic.IList<System.Double> yValues
    SplineAreaSeries series

    SplineAreaSegment(List<Point>, List<Double>, IList<Double>, SplineAreaSeries)

    Declaration
    public SplineAreaSegment(List<Point> Points, List<double> xValues, IList<double> yValues, SplineAreaSeries series)
    Parameters
    Type Name Description
    System.Collections.Generic.List<Windows.Foundation.Point> Points
    System.Collections.Generic.List<System.Double> xValues
    System.Collections.Generic.IList<System.Double> yValues
    SplineAreaSeries series

    Methods

    SetData(List<ChartPoint>, List<Double>, IList<Double>)

    Declaration
    public void SetData(List<ChartPoint> points, List<double> xValues, IList<double> yValues)
    Parameters
    Type Name Description
    System.Collections.Generic.List<ChartPoint> points
    System.Collections.Generic.List<System.Double> xValues
    System.Collections.Generic.IList<System.Double> yValues

    SetData(List<Point>, List<Double>, IList<Double>)

    Declaration
    public void SetData(List<Point> points, List<double> xValues, IList<double> yValues)
    Parameters
    Type Name Description
    System.Collections.Generic.List<Windows.Foundation.Point> points
    System.Collections.Generic.List<System.Double> xValues
    System.Collections.Generic.IList<System.Double> yValues

    Implements

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