ReferencesMarket Analyzer ColumnDataTypeAsk a question|Copy page|View as Markdown|More actionsDefinition Determines the data type displayed in a Market Analyzer Column. Syntax DataType Examples protected override void OnStateChange(){ if (State == State.SetDefaults) { DataType = typeof(string); IsEditable = true; }}