Class StepAreaSegment

    Show / Hide Table of Contents

    Class StepAreaSegment

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

    Constructors

    StepAreaSegment()

    Declaration
    public StepAreaSegment()

    StepAreaSegment(List<ChartPoint>, StepAreaSeries)

    Declaration
    public StepAreaSegment(List<ChartPoint> pointsCollection, StepAreaSeries series)
    Parameters
    Type Name Description
    System.Collections.Generic.List<ChartPoint> pointsCollection
    StepAreaSeries series

    StepAreaSegment(List<Point>, StepAreaSeries)

    Declaration
    public StepAreaSegment(List<Point> pointsCollection, StepAreaSeries series)
    Parameters
    Type Name Description
    System.Collections.Generic.List<Windows.Foundation.Point> pointsCollection
    StepAreaSeries series

    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