menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FastLineBitmapSegment - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FastLineBitmapSegment

    Inheritance
    System.Object
    ChartSegment
    FastLineBitmapSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    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 FastLineBitmapSegment : ChartSegment, INotifyPropertyChanged

    Constructors

    FastLineBitmapSegment()

    Declaration
    public FastLineBitmapSegment()

    FastLineBitmapSegment(ChartSeries)

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

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

    Declaration
    public FastLineBitmapSegment(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

    Implements

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