menu

UWP

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

    Show / Hide Table of Contents

    Class StackingColumnSegment

    Represents a chart segment which renders collection of points using column shape.

    Inheritance
    System.Object
    ChartSegment
    ColumnSegment
    StackingColumnSegment
    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(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>)
    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
    ColumnSegment.Bottom
    ColumnSegment.control
    ColumnSegment.CreateVisual(Size)
    ColumnSegment.GetRenderedVisual()
    ColumnSegment.Height
    ColumnSegment.Left
    ColumnSegment.OnSizeChanged(Size)
    ColumnSegment.RectSegment
    ColumnSegment.RectX
    ColumnSegment.RectY
    ColumnSegment.Right
    ColumnSegment.SetData(Double[])
    ColumnSegment.SetVisualBindings(Shape)
    ColumnSegment.Top
    ColumnSegment.Width
    ColumnSegment.XData
    ColumnSegment.YData
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class StackingColumnSegment : ColumnSegment, INotifyPropertyChanged

    Constructors

    StackingColumnSegment()

    Initializes a new instance of the StackingColumnSegment.

    Declaration
    public StackingColumnSegment()

    StackingColumnSegment(Double, Double, Double, Double, StackingColumnSeries)

    Initializes a new instance of the StackingColumnSegment.

    Declaration
    public StackingColumnSegment(double x1, double y1, double x2, double y2, StackingColumnSeries series)
    Parameters
    Type Name Description
    System.Double x1

    Used to specify the segment x1 value.

    System.Double y1

    Used to specify the segment y1 value.

    System.Double x2

    Used to specify the segment x2 value.

    System.Double y2

    Used to specify the segment y2 value.

    StackingColumnSeries series

    Used to specify the StackingColumnSeries instance.

    Methods

    Update(IChartTransformer)

    Updates the segments based on its data point value. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.

    Declaration
    public override void Update(IChartTransformer transformer)
    Parameters
    Type Name Description
    Syncfusion.UI.Xaml.Charts.IChartTransformer transformer

    Represents the view port of chart control.(refer Syncfusion.UI.Xaml.Charts.IChartTransformer)

    Overrides
    ColumnSegment.Update(IChartTransformer)

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

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