ScatterChartStyle Enum
Lists style options for scatter chart rendering.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Members
| Name | Description |
|---|---|
LineMarker
|
Draws lines with markers. |
Line
|
Draws lines without markers. |
Marker
|
Draws markers without connecting lines. |
Smooth
|
Draws smooth lines without markers. |
SmoothMarker
|
Draws smooth lines with markers. |
Related API Members
The following properties accept/return ScatterChartStyle values:
See Also