This question is locked. New answers and comments are not allowed.
Can a Scatter and Categorical Series be displayed on the same chart?
I have a scatter series that wont display. Is the only solution to have everything as a ScatterLine / ScatterPoint on a given chart?
Alternatively, is it possible to have just points (i.e. no lines) in a categorical style?
i.e. in this case everything is actually categorical i.e. Date (continuous, not strictly a category). We just want to have points. I bet you are going to say to do the line fill as transparent + use a point template. Correct? In which case how do I set a "new LineSeries()" to be transparent in code behind?
Maybe this is it: new SolidColorBrush(Colors.Transparent);
I have a scatter series that wont display. Is the only solution to have everything as a ScatterLine / ScatterPoint on a given chart?
Alternatively, is it possible to have just points (i.e. no lines) in a categorical style?
i.e. in this case everything is actually categorical i.e. Date (continuous, not strictly a category). We just want to have points. I bet you are going to say to do the line fill as transparent + use a point template. Correct? In which case how do I set a "new LineSeries()" to be transparent in code behind?
Maybe this is it: new SolidColorBrush(Colors.Transparent);