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


Gets or sets a value that determines if the horizontal scrollbar is enabled.

Syntax

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

See Also

© 2010 All Rights Reserved.