This question is locked. New answers and comments are not allowed.
Posted 1 day ago (permalink)
I see several related tickets, but nothing exactly the same as mine....
We have this working
We have this working
highStackedBarSeries.Appearance.PointMark.Fill =
new SolidColorBrush(Colors.Red);
highStackedBarSeries.Appearance.PointMark.Shape =
MarkerShape.Hexagon;
and we are able to work custom images in as well... our challenge.... we want to make different decisions per point... some points are high, some are low, some are in valid ranges... we want to use the PointMark to show this by changing out the shape / color / iconset .... one line, several points, change PointMark on the fly within a single lineseries. ?
Thanks, -James