Class ColumnSegment
Inheritance
System.Object
ColumnSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class ColumnSegment : ChartSegment, INotifyPropertyChanged
Constructors
ColumnSegment()
Declaration
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
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
RectX
Declaration
public double RectX { get; set; }
Property Value
Type |
Description |
System.Double |
|
RectY
Declaration
public double RectY { get; set; }
Property Value
Type |
Description |
System.Double |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
XData
Declaration
public double XData { get; }
Property Value
Type |
Description |
System.Double |
|
YData
Declaration
public double YData { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.ComponentModel.INotifyPropertyChanged