EnumScatterStyle
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:
cs-api-definition
public enum ScatterStyle
Fields
LineMarker
Straight lines with markers.
Smooth
Smoothed lines without markers.
SmoothMarker
Smoothed lines with markers.