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
How to set different SymbolIcon for each series on a ScatterChart
posted

I have a ScatterChart.

The chart contains N number of series.

I want to Get and Set the following:

LineDrawStyle

SymbolIcon

Color

Line Weight

SplineTension

Etc.

Note. I need to perform this function regardless of weather it is a XYSeries or a NumericTimeSeries.

I DON"T want to use the FillSceneGraph event. It won't  work for my implementation.

If the chart control can do this for me automatically, why can't i do it manually?

 

Parents
  • 410
    posted

    It looks like i need to switch to a LineChart and use LineAppearances to customize each of my Series collection.

Reply Children
No Data