alexa
menu

WinUI

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

    Show / Hide Table of Contents

    Class FastColumnBitmapSegment

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

    Constructors

    FastColumnBitmapSegment()

    Declaration
    public FastColumnBitmapSegment()

    FastColumnBitmapSegment(ChartSeries)

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

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

    Declaration
    public FastColumnBitmapSegment(IList<double> x1Values, IList<double> y1Values, IList<double> x2Values, IList<double> y2Values, ChartSeries series)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Double> x1Values
    System.Collections.Generic.IList<System.Double> y1Values
    System.Collections.Generic.IList<System.Double> x2Values
    System.Collections.Generic.IList<System.Double> y2Values
    ChartSeries series

    Implements

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