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 1protected override void OnStateChange()2{3 if (State == State.SetDefaults)4 {5 DataType = typeof(string);6 IsEditable = true;7 }8}