ASPxClientFinancialIndicatorPoint.valueLevel Property
Gets a value, indicating how the value of a financial indicator’s point is obtained.
Declaration
valueLevel: string
Property Value
Type | Description |
---|---|
string | A string value, which indicates how to obtain a financial indicator point’s value. |
Remarks
This property returns one of the following values:
- “Close”
- “High”
- “Low”
- “Open”
- “Value”
- “Value_1”
- “Value_2”
- “Weight”
See Also