Class ColumnSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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