alexa
menu

    Show / Hide Table of Contents

    Class StackedAreaSegment

    Inheritance
    System.Object
    ChartSegment
    StackedAreaSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.AlignHiLoBounds(Double, Double, Double, Double)
    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 StackedAreaSegment : ChartSegment, INotifyPropertyChanged

    Constructors

    StackedAreaSegment()

    Declaration
    public StackedAreaSegment()

    StackedAreaSegment(List<Double>, List<Double>)

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

    StackedAreaSegment(List<Double>, List<Double>, StackedAreaSeries)

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

    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 - 2026 Syncfusion Inc. All Rights Reserved