SilverlightInstall Enumeration
Defines options used to handle Silverlight plugin installation.
Syntax
'Declaration Public Enum SilverlightInstall Inherits System.Enum
'Usage Dim instance As SilverlightInstall
public enum SilverlightInstall : System.Enum
Members
Member | Description |
---|---|
Automatic | Provides Silverlight plugin installation only (default) |
None | Displays a static chart image if the plugin is not already installed but shows no warning. |
Prompt | Prompts the user to select between the Silverlight plugin installation or displaying a static chart image |
Warning | Displays a static chart image automatically if the plugin is not already installed, but also displays a warning notification that the chart experience is not as rich as possible and links to the plugin install. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.SilverlightInstall
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
See Also