dotnetCHARTING Send comments on this topic.
HelpButtonPosition Property
See Also 
dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : HelpButtonPosition Property


Controls the position of the ? icon on the chart when there is no scroll bar.

Syntax

Visual Basic (Declaration) 
Public Property HelpButtonPosition As Point
Visual Basic (Usage)Copy Code
Dim instance As ImageZoomer
Dim value As Point
 
instance.HelpButtonPosition = value
 
value = instance.HelpButtonPosition
C# 
public Point HelpButtonPosition {get; set;}

Remarks

If there is a scroll bar on the chart, the ? icon is displayed before or between the scroll bars.

See Also

© 2010 All Rights Reserved.