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