menu

WPF

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

    Show / Hide Table of Contents

    Class FastStackingColumnSegment

    Represents a control that use a WriteableBitmap to define their appearance.

    Inheritance
    System.Object
    ChartSegment
    FastColumnBitmapSegment
    FastStackingColumnSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.AlignHiLoSegment(Double, Double, Double, Double)
    ChartSegment.Interior
    ChartSegment.InteriorProperty
    ChartSegment.IsEmptySegmentInterior
    ChartSegment.Item
    ChartSegment.OnPropertyChanged(String)
    ChartSegment.PolygonPoints
    ChartSegment.PropertyChanged
    ChartSegment.Series
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.SetData(Double[])
    ChartSegment.SetData(IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush, Int32)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(List<ChartPoint>)
    ChartSegment.SetData(List<Double>, IList<Double>, Double, Double)
    ChartSegment.SetData(List<Point>)
    ChartSegment.SetData(Point, Point, Point, Point)
    ChartSegment.SetData(Point, Point, Point, Point, Boolean)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point, Boolean)
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.StrokeThickness
    ChartSegment.StrokeThicknessProperty
    ChartSegment.XRange
    ChartSegment.YRange
    FastColumnBitmapSegment.CreateVisual(Size)
    FastColumnBitmapSegment.GetRenderedVisual()
    FastColumnBitmapSegment.OnSizeChanged(Size)
    FastColumnBitmapSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    FastColumnBitmapSegment.SetVisualBindings(Shape)
    FastColumnBitmapSegment.Update(IChartTransformer)
    FastColumnBitmapSegment.XData
    FastColumnBitmapSegment.YData
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class FastStackingColumnSegment : FastColumnBitmapSegment, INotifyPropertyChanged

    Constructors

    FastStackingColumnSegment()

    Declaration
    public FastStackingColumnSegment()

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

    Called when instance created for FastStackingColumnSegment with following arguments

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

    See Also

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