menu

WinUI

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

    Show / Hide Table of Contents

    Class AreaSegment

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

    Constructors

    AreaSegment()

    Declaration
    public AreaSegment()

    AreaSegment(List<Double>, IList<Double>)

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

    AreaSegment(List<Double>, List<Double>, ChartSeries, Object)

    Declaration
    public AreaSegment(List<double> xValues, List<double> yValues, ChartSeries series, object item)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.Double> xValues
    System.Collections.Generic.List<System.Double> yValues
    ChartSeries series
    System.Object item

    Properties

    XData

    Gets the or sets a data point value that is bound with x for the segment.

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

    YData

    Gets the or sets a data point value that is bound with y for the segment.

    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