dotnetCHARTING Send comments on this topic.
EnablePreviewAreaChart Property
See Also 
dotnetCHARTING Namespace > NavigatorOptions Class : EnablePreviewAreaChart Property


Gets or sets a value that indicates whether an image of the first chart area shown in the preview area.

Syntax

Visual Basic (Declaration) 
Public Property EnablePreviewAreaChart As Boolean
Visual Basic (Usage)Copy Code
Dim instance As NavigatorOptions
Dim value As Boolean
 
instance.EnablePreviewAreaChart = value
 
value = instance.EnablePreviewAreaChart
C# 
public bool EnablePreviewAreaChart {get; set;}

See Also

© 2010 All Rights Reserved.