[]
        
Specifies how to show empty worksheet cells in a data series in the chart.
public enum EmptyValueStylePublic Enum EmptyValueStyle| Name | Description | 
|---|---|
| Connect | Instead of leaving gaps for empty worksheet cells in a data series, the gaps are filled with a connecting element. | 
| Gaps | Leaves gaps for empty worksheet cells in a data series, which results in a segmented line. | 
| Zero | Treats empty worksheet cells in a data series as zero values, so that the line drops to zero for zero-value data points. |