| Visual Basic (Declaration) | |
|---|---|
| Public Enum SilverlightInstall Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum SilverlightInstall : Enum | |
| Member | Description | 
|---|---|
| Automatic | Provides Silverlight plugin installation only (default) | 
| 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. | 
| None | Displays a static chart image if the plugin is not already installed but shows no warning. | 
System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.SilverlightInstall
 
     
     
     
    