Enum ScatterStyle
Defines visual styles for scatter series based on lines, markers, and smoothing.
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public enum ScatterStyle
Line
Straight lines without markers.
LineMarker
Straight lines with markers.
Marker
Markers only, no lines.
None
No lines and no markers.
Smooth
Smoothed lines without markers.
SmoothMarker
Smoothed lines with markers.