Class FunnelSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class FunnelSegment : ChartSegment, INotifyPropertyChanged
Constructors
FunnelSegment()
Declaration
public FunnelSegment()
Properties
XData
Gets the or sets a data point value that is bound with x for the segment.
Declaration
public double XData { get; set; }
Property Value
Type |
---|
System.Double |
YData
Gets the or sets a data point value that is bound with y for the segment.
Declaration
public double YData { get; set; }
Property Value
Type |
---|
System.Double |
Implements
System.ComponentModel.INotifyPropertyChanged