Hi,
I am trying to put markers into a 3D Scatter Line Chart (as you have in the xamFeatureBrowser). My code looks something like:
var s1 = new Series { ChartType = ChartType.ScatterLine, Label = "1", DataMapping = "ValueX=X; ValueY=Y; ValueZ=Z", DataSource = data, Marker = new Marker { Type = MarkerType.Circle, Fill = Brushes.Red, MarkerSize = 2} }; Chart.Series.Add(s1);
This doesn't seem to be working. Also, I'd love to make the line thinner (I have a large number of series), but cannot get that to happen either.
Thanks!
I am using the 3d "scatter line" chart. The feature browser has *both* a line and markers. By default the scatter line 3d scatter line chart does not have markers.
Hello again,
I have been looking through your post and it seems like I am missing something. In the feature browser 3D Scatter chart has markers. I will be glad if you provide me with a sample project, so I can investigate your issue further.
I am looking forward to see hearing from you.
In the example in the feature browser the 3d scatter line plot has circle markers identifying the data point. When I am using it, I just get the line, no cricle markers. How do I get the markers to display as they do in the feature browser?
Hello DLVendor,
Thank you for your post. I have been looking through it and I made a research. I found out that there is not built – in functionality that allows you to set different Marker and Series’s Thickness in 3D mode of the xamChart. Still, in 2D mode, you are able to set these properties.
If you want I can create a feature request on your behalf, so it can be included in one of our future releases.
If you have any further questions on this matter do not hesitate to ask.