Gets or sets a boolean that determines if the end-user can zoom in on the data.
Indicates that data view zooming UI interface enabled.
Visual Basic (Declaration) | |
---|---|
Public Property Zoomable As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool Zoomable {get; set;} |
Return Value
If true (the default) zooming is enabled, if false it is not.
To be able to zoom in both vertical and horizontal directions set this property to true for the X and Y axes.
To allow the end-user to zoom the UserSelection property of the CursorX and/or CursorY objects must also be set to true (by default UserSelection, which enables range selection, is set to false). If the Zoomable property is also true then zooming occurs immediately after a range has been selected.
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.
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