Sparkline for WPF
EmptyValueStyle 列挙体

C1.WPF.Sparkline アセンブリ > C1.WPF.Sparkline 名前空間 : EmptyValueStyle 列挙体
Specifies how to show an empty value from a data series in the chart.
シンタックス
'宣言
 
Public Enum EmptyValueStyle 
   Inherits System.Enum
public enum EmptyValueStyle : System.Enum 
メンバ
メンバ解説
ConnectFills gaps with a connecting element instead of leaving gaps for empty values in a data series.
GapsLeaves gaps for empty values in a data series, which results in a segmented line.
ZeroHandles empty values in a data series as zero values, so that the line drops to zero for zero-value data points.
参照

C1.WPF.Sparkline 名前空間