Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / EmptyValueStyle Enumeration


In This Topic
    EmptyValueStyle Enumeration
    In This Topic
    Specifies how to show empty worksheet cells in a data series in the chart.
    Syntax
    'Declaration
     
    
    Public Enum EmptyValueStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As EmptyValueStyle
    public enum EmptyValueStyle : System.Enum 
    Members
    MemberDescription
    ConnectInstead of leaving gaps for empty worksheet cells in a data series, the gaps are filled with a connecting element.
    GapsLeaves gaps for empty worksheet cells in a data series, which results in a segmented line.
    ZeroTreats empty worksheet cells in a data series as zero values, so that the line drops to zero for zero-value data points.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.Chart.EmptyValueStyle

    See Also