alexa
menu

    Show / Hide Table of Contents

    Class FastLineSegment

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

    Constructors

    FastLineSegment()

    Declaration
    public FastLineSegment()

    FastLineSegment(ChartSeries)

    Declaration
    public FastLineSegment(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    FastLineSegment(IList<Double>, IList<Double>, ChartSeries)

    Declaration
    public FastLineSegment(IList<double> xVals, IList<double> yVals, ChartSeries series)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Double> xVals
    System.Collections.Generic.IList<System.Double> yVals
    ChartSeries series

    Properties

    Points

    Gets or sets a collection of points to render this segment.

    Declaration
    public PointCollection Points { get; set; }
    Property Value
    Type
    Microsoft.UI.Xaml.Media.PointCollection

    Implements

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