Using ShinobiChart's SChartLineSeries
chart type, I'm trying to enable the display of individual points with a circle (as in this example from ShinobiControls' user guide). Currently, the line plots without any individual points marked.
The user guide says this can indeed be done (as an option to be enabled) but without specifying how. And after scouring the documentation, I can't find this option anywhere. Anyone know if this is actually possible? Note: the SChartScatterSeries
does offer this option, but I'm using the SChartLineSeries
to take advantage of the built-in time series support, so need to stick with it.