dotnetCHARTING Send comments on this topic.
SilverlightInstall Enumeration
See Also  
dotnetCHARTING Namespace : SilverlightInstall Enumeration


Defines options used to handle Silverlight plugin installation.

Syntax

Visual Basic (Declaration) 
Public Enum SilverlightInstall 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As SilverlightInstall
C# 
public enum SilverlightInstall : Enum 

Members

MemberDescription
AutomaticProvides Silverlight plugin installation only (default)
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.
NoneDisplays a static chart image if the plugin is not already installed but shows no warning.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.SilverlightInstall

See Also

© 2010 All Rights Reserved.