menu

WinUI

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

    Show / Hide Table of Contents

    Class FastScatterBitmapSegment

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

    Constructors

    FastScatterBitmapSegment()

    Declaration
    public FastScatterBitmapSegment()

    FastScatterBitmapSegment(IList<Double>, IList<Double>, FastScatterBitmapSeries)

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

    Implements

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