Dundas Chart for Windows Forms
Size Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > AxisScrollBar Class : Size Property


Gets or sets the width of a scrollbar, measured in pixels.


Data view scroll bar size.

Syntax

Visual Basic (Declaration)  
Public Property Size As Double
Visual Basic (Usage) Copy Code
Dim instance As AxisScrollBar
Dim value As Double
 
instance.Size = value
 
value = instance.Size
C#  
public double Size {get; set;}

Return Value

A double that represents the width of a scrollbar in pixels. Defaults to 14 pixels. Can range from 5 to 20 pixels.

Remarks

Gets or sets the width of a scrollbar, and can be from 5 to 20 pixels.

Setting this property to zero will disable a scrollbar.

IMPORTANT: To fix the position of scrollbars the plotting area position of a chart area must not be set to "Auto". To explicitly set the plotting area position use the InnerPlotPosition property.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.