WinUI

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

    Show / Hide Table of Contents

    Class FastLineSegment

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

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

    Properties

    Points

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

    Implements

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