[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.EmptyValueStyle

EmptyValueStyle Enum

Specifies how to show empty worksheet cells in a data series in the chart.

Namespace: FarPoint.Win.Spread.Chart
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum EmptyValueStyle
Public Enum EmptyValueStyle

Fields

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.