menu

UWP

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

    Show / Hide Table of Contents

    Class StackingColumnSegment3D

    Represents chart stacking column segment.

    Inheritance
    System.Object
    ChartSegment
    ChartSegment3D
    ColumnSegment3D
    StackingColumnSegment3D
    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
    ChartSegment3D.endDepth
    ChartSegment3D.startDepth
    ChartSegment3D.ZRange
    ColumnSegment3D.Bottom
    ColumnSegment3D.BottomProperty
    ColumnSegment3D.CreateVisual(Size)
    ColumnSegment3D.GetRenderedVisual()
    ColumnSegment3D.Height
    ColumnSegment3D.Left
    ColumnSegment3D.OnSizeChanged(Size)
    ColumnSegment3D.RectX
    ColumnSegment3D.RectY
    ColumnSegment3D.Right
    ColumnSegment3D.SetData(Double[])
    ColumnSegment3D.SetVisualBindings(Shape)
    ColumnSegment3D.Top
    ColumnSegment3D.TopProperty
    ColumnSegment3D.Width
    ColumnSegment3D.XData
    ColumnSegment3D.YData
    ColumnSegment3D.ZData
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class StackingColumnSegment3D : ColumnSegment3D, INotifyPropertyChanged
    Remarks

    Class instance is created automatically by WINRT Chart building system.

    Constructors

    StackingColumnSegment3D(Double, Double, Double, Double, Double, Double, ChartSeriesBase)

    Initializes a new instance of the StackingColumnSegment3D class.

    Declaration
    public StackingColumnSegment3D(double x1, double y1, double x2, double y2, double startDepth, double endDepth, ChartSeriesBase series)
    Parameters
    Type Name Description
    System.Double x1

    The x1.

    System.Double y1

    The y1.

    System.Double x2

    The x2.

    System.Double y2

    The y2.

    System.Double startDepth

    The start depth.

    System.Double endDepth

    The end depth.

    ChartSeriesBase series

    The series.

    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
    ColumnSegment3D.Update(IChartTransformer)

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

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