alexa
menu

    Show / Hide Table of Contents

    Class FastStepLineBitmapSegment

    Inheritance
    System.Object
    ChartSegment
    FastStepLineBitmapSegment
    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 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>, ChartSeries)

    Declaration
    public FastStepLineBitmapSegment(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 - 2026 Syncfusion Inc. All Rights Reserved