.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : SilverlightInstall Enumeration
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
MemberDescription
AutomaticProvides Silverlight plugin installation only (default)
NoneDisplays a static chart image if the plugin is not already installed but shows no warning.
PromptPrompts the user to select between the Silverlight plugin installation or displaying a static chart image
WarningDisplays 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