Skip to main content
All docs
V26.1
  • 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

    public enum ScatterChartStyle

    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