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


Gets or sets a value that determines whether cells smaller than the axis ticks are used in the chart area axis.

Syntax

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

See Also

© 2010 All Rights Reserved.