WinUI

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

    Show / Hide Table of Contents

    Class AreaSegment

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

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

    Properties

    XData

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