Class FinancialPrice
Specifies which price need to consider for fluctuation detection.
Inheritance
System.Object
FinancialPrice
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class FinancialPrice : Enum
Fields
Close
Represents the closing price value.
Declaration
public const FinancialPrice Close
Field Value
| Type |
|---|
| FinancialPrice |
High
Represents the high price value.
Declaration
public const FinancialPrice High
Field Value
| Type |
|---|
| FinancialPrice |
Low
Represents the low price value.
Declaration
public const FinancialPrice Low
Field Value
| Type |
|---|
| FinancialPrice |
None
Does not consider any price value for fluctuation detection.
Declaration
public const FinancialPrice None
Field Value
| Type |
|---|
| FinancialPrice |
Open
Represents the opening price value.
Declaration
public const FinancialPrice Open
Field Value
| Type |
|---|
| FinancialPrice |