.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > NavigatorOptions Class : GenerateImagePreview Property
GenerateImagePreview Property
Gets or sets a value that determines whether an image of the chart is generated on the server to display while the Navigator chart is loading.
Syntax
'Declaration
 
Public Property GenerateImagePreview As Boolean
'Usage
 
Dim instance As NavigatorOptions
Dim value As Boolean
 
instance.GenerateImagePreview = value
 
value = instance.GenerateImagePreview
public bool GenerateImagePreview {get; set;}
Remarks
Generating the preview image may impact performance on the server side slightly. However, this may not be a problem for most cases unless the chart shows many elements in its initial view. Showing a preview chart while loading the Navigator will help provide a more seamless experience to the end user.
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