Sparkline for UWP/WinRT
EmptyValueStyle 列挙体

チャート内のデータ系列から空の値を表示する方法を指定します。
構文
'宣言
 
Public Enum EmptyValueStyle 
   Inherits System.Enum
public enum EmptyValueStyle : System.Enum 
メンバ
メンバ解説
Connectデータ系列内の空の値に隙間を残さずに、接続要素で隙間を埋めます。
Gapsデータ系列内の空の値に隙間を残し、線を分割します。
Zeroデータ系列内の空の値をゼロ値として処理します。したがって、線はゼロ値のデータポイントでゼロまで下がります。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Sparkline.EmptyValueStyle

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1.Xaml.Sparkline 名前空間

Send Feedback