dotnetCHARTING Send comments on this topic.
GenerateImagePreview Property
See Also 
dotnetCHARTING Namespace > NavigatorOptions Class : 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

Visual Basic (Declaration) 
Public Property GenerateImagePreview As Boolean
Visual Basic (Usage)Copy Code
Dim instance As NavigatorOptions
Dim value As Boolean
 
instance.GenerateImagePreview = value
 
value = instance.GenerateImagePreview
C# 
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.

See Also

© 2016 All Rights Reserved.