Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
480
Customizing SymbolIcons
posted

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. 

 

 

  • 26458
    Offline posted

    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.