WinUI

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

    Show / Hide Table of Contents

    Class FastStepLineBitmapSegment

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

    Constructors

    FastStepLineBitmapSegment()

    Declaration
    public FastStepLineBitmapSegment()

    FastStepLineBitmapSegment(ChartSeries)

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

    FastStepLineBitmapSegment(IList<Double>, IList<Double>, DataMarkerSeries)

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

    Implements

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