menu

WinUI

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

    Show / Hide Table of Contents

    Class ColumnSegment

    Inheritance
    System.Object
    ChartSegment
    ColumnSegment
    StackedColumnSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    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 ColumnSegment : ChartSegment, INotifyPropertyChanged

    Constructors

    ColumnSegment()

    Declaration
    public ColumnSegment()

    ColumnSegment(Double, Double, Double, Double)

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

    ColumnSegment(Double, Double, Double, Double, ColumnSeries)

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

    Properties

    Height

    Gets or sets a value to change the height of the ColumnSegment.

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    System.Double

    RectX

    Gets or sets the x position of the segment rect.

    Declaration
    public double RectX { get; set; }
    Property Value
    Type
    System.Double

    RectY

    Gets or sets the y position of the segment rect.

    Declaration
    public double RectY { get; set; }
    Property Value
    Type
    System.Double

    Width

    Gets or sets a value to change the width of the ColumnSegment.

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double

    XData

    Gets a data point value that is bound with x for the segment.

    Declaration
    public double XData { get; }
    Property Value
    Type
    System.Double

    YData

    Gets a data point value that is bound with y for the segment.

    Declaration
    public double YData { get; }
    Property Value
    Type
    System.Double

    Implements

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