AnswersValues

BubbleArrayConfig.AnswersValues property

Each value represent a symbol displayed inside of the bubble and amount of the bubbles. In case of difference between displayed value and recognized value see RecognitionValues Example: new string[] {“A”, “B”, “C”, “D”} Example: new string[] {“1”, “2”, “3”, “4”}

public List<string> AnswersValues { get; set; }

See Also