Class PyramidSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class PyramidSegment : ChartSegment, INotifyPropertyChanged
Constructors
PyramidSegment()
Declaration
public PyramidSegment()
Properties
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