How do I explicitly tell the chart what the category is? It seems like you're just grabbing the "first" string that's in the object but that's pretty awkward and depends on specific knowledge of this component. There needs to be a way I can explicitly say which property of my object is the category.
Hello Scott,
Thank you for contacting Infragistics!
You can tell the igx-category-chart what properties to ignore by setting the excludedProperties, which takes an array of strings that match the members of your datasource you want the chart to ignore. Alternatively you can instead set the includedProperties to the chart to look at only those members when setting up the chart.