Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ScatterStyle Enumeration


In This Topic
    ScatterStyle Enumeration
    In This Topic
    Represents the possible styles of scatter chart.
    Syntax
    'Declaration
     
    
    Public Enum ScatterStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScatterStyle
    public enum ScatterStyle : System.Enum 
    Members
    MemberDescription
    LineThe points on the scatter chart shall be connected with straight lines but markers shall not be drawn.
    LineWithMarkersThe points on the scatter chart shall be connected with straight lines and markers shall be drawn.
    MarkerThe points on the scatter chart shall not be connected with lines and markers shall be drawn.
    NoneThe points on the scatter chart shall be connected with smoothed lines and markers shall not be drawn.
    SmoothThe points on the scatter chart shall be connected with smoothed lines and markers shall not be drawn.
    SmoothWithMarkersThe points on the scatter chart shall be connected with smoothed lines and markers shall be drawn.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Charts.ScatterStyle

    See Also