Class HiLoOpenCloseSegment
Represents a chart segment that displays high, low, open, and close values used in HiLoOpenCloseSeries.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class HiLoOpenCloseSegment : ChartSegment, INotifyPropertyChanged
Constructors
HiLoOpenCloseSegment()
Declaration
public HiLoOpenCloseSegment()
Properties
ActualFill
Gets the actual color used to render the segment.
Declaration
public Brush ActualFill { get; }
Property Value
| Type |
|---|
| Microsoft.UI.Xaml.Media.Brush |
Close
Gets or sets the close value of the segment.
Declaration
public double Close { get; set; }
Property Value
| Type |
|---|
| System.Double |
High
Gets or sets the high value of the segment.
Declaration
public double High { get; set; }
Property Value
| Type |
|---|
| System.Double |
Low
Gets or sets the low value of the segment.
Declaration
public double Low { get; set; }
Property Value
| Type |
|---|
| System.Double |
Open
Gets or sets the open value of the segment.
Declaration
public double Open { get; set; }
Property Value
| Type |
|---|
| System.Double |
Implements
System.ComponentModel.INotifyPropertyChanged