Spread for ASP.NET 12 Product Documentation
EmptyValueStyle Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace : EmptyValueStyle Enumeration
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.Web.Spread.Chart.EmptyValueStyle

See Also

Reference

FarPoint.Web.Spread.Chart Namespace