Enum FinancialPrice
Specifies which price need to consider for fluctuation detection.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum FinancialPrice
Fields
| Name | Description |
|---|---|
| Close | Represents the closing price value. |
| High | Represents the high price value. |
| Low | Represents the low price value. |
| None | Does not consider any price value for fluctuation detection. |
| Open | Represents the opening price value. |