Market Analyzer Column

View as Markdown

Custom Market Analyzer columns can be used to further enhance your Market Analyzer experience by providing custom columns displaying values of your choosing. The methods and properties covered in this section are unique to custom Market Analyzer Column development.

In this section

NameDescription
CurrentTextSets text to be displayed in the Market Analyzer column.
CurrentValueThe value to be displayed in the Market Analyzer Column.
DataTypeDetermines the data type displayed in a Market Analyzer Column.
FormatDecimalsRounds the value contained in CurrentValue to a specified number of decimal places before displaying it in the Market Analyzer column.
IsEditableDetermines if a Market Analyzer Column is editable.
OnRender()Draws custom content to a Market Analyzer Column.
PriorValueContains the last value of CurrentValue. PriorValue is assigned the value of CurrentValue immediately before CurrentValue is updated.