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
410
ScatterChart
posted

I create a ScatterChart and add 4 XYSeries to the UntraChart.Series collection.

ConnectWithLines = True

On load the chart is created with 4 lines, each with its own color, and SymbolIcon.

At this point i can only change the SymbolIcon at the ScatterChart level.

UltraChart.ScatterChart.SymbolIcon = SymbolIcon.X for example.

Why can't I change the SymbolIcon at the XYSeries level.

Obviously the chart can accomplish this on load.

Am I missing something?

 

 

  • 53790
    posted

    Hello Pat,

    Have you been able to resolve your issue ? Did you have a time to take a look at the attached sample. Please if you have any questions, do not hesitate to ask me

    Regards

  • 53790
    Suggested Answer
    posted

    Hello Patknoll,

    Maybe one possible approach to change SymboIIcons on a XYSeries level is to use different ChartlayersAppearance and ScatterChartAppearance for each series. Could you please take a look at the attached sample for more details. Please let me know if you think that I misunderstood your scenario or if you have any questions.

    Regards

    ScatterChart_2.zip