.netCHARTING v10.5 Documentation


dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : HelpButtonPosition Property
HelpButtonPosition Property
Controls the position of the ? icon on the chart when there is no scroll bar.
Syntax
'Declaration
 
Public Property HelpButtonPosition As Point
'Usage
 
Dim instance As ImageZoomer
Dim value As Point
 
instance.HelpButtonPosition = value
 
value = instance.HelpButtonPosition
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also