I have a scatter line chart with multiple data series. I also a specific list of symbol icons that I need to support. Is there a way for me to customize the symbol icons beyond the list that is provided?
If I were to choose SymbolIcon = Character, is there anyway I can specify the character for each data series?
Thanks.
The character for the symbol icon can only be specified on an entire scatter layer. If you use a composite chart and create one scatter layer for each series, then each series can have its own character icon just by setting that character on the layer that the series belongs to. For a non-composite chart, you would need to use a custom layer or FillSceneGraph event and find the PointSet primitive in the scenegraph that represents a given series and then change the symbol icon on it.