Version

SparklineDisplayType Enumeration

Represents the type of sparkline
Syntax
'Declaration
 
Public Enum SparklineDisplayType 
   Inherits System.Enum
public enum SparklineDisplayType : System.Enum 
Members
MemberDescription
AreaDisplay the sparkline as a filled polygon.
ColumnDisplay the sparkline as a set of columns.
LineDisplay the sparkline as a line.
WinLossDisplay the sparkline as a set of columns on a boolean scale.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

See Also

View on GitHub