AxisScaleView Class
Represents a scaled view of the chart.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | AxisScaleView() | Initializes a new instance of the AxisScaleView class. |
| Name | Description | |
|---|---|---|
![]() | IsZoomed | Gets a flag that indicates whether the axis is zoomed in. |
![]() | MinSize | Gets or sets the minimum size of the AxisScaleView object. |
![]() | MinSizeType | Gets or sets the unit of measurement of the MinSize property. |
![]() | Position | Gets or sets the position of the scale view. |
![]() | Size | Gets or sets the size of the scale view. |
![]() | SizeType | Gets or sets the unit of measurement for the Size property. |
![]() | SmallScrollMinSize | Gets or sets the minimum small scrolling size. Used only if the small scrolling size is not set. |
![]() | SmallScrollMinSizeType | Gets or sets the unit of measurement for the SmallScrollMinSize property. |
![]() | SmallScrollSize | Gets or sets the small scrolling size. |
![]() | SmallScrollSizeType | Gets or sets the unit of measurement for the SmallScrollMinSize property. |
![]() | ViewMaximum | Gets the maximum axis value of a data view. |
![]() | ViewMinimum | Gets the minimum axis value of a data view. |
![]() | Zoomable | Gets or sets a flag that indicates whether the zooming user interface is enabled. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Scroll(DateTime) | Scrolls to a position along an axis specified by the newPosition parameter, which is expressed as a DateTime value. |
![]() | Scroll(Double) | Scrolls to a position along an axis specified by the newPosition parameter. |
![]() | Scroll(ScrollType) | Scrolls along an axis according to the direction and size indicated by the scrollType parameter. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Zoom(Double, Double) | Sets a new axis data view and/or position based on the specified start and end values. |
![]() | Zoom(Double, Double, DateTimeIntervalType) | Sets a new axis data view and/or position based on the specified start position, view size and unit of measurement. |
![]() | Zoom(Double, Double, DateTimeIntervalType, Boolean) | Sets a new axis data view and/or position based on the specified start position, view size, unit of measurement and save state. |
![]() | ZoomReset() | Resets one zoom operation by restoring the axis data view. |
![]() | ZoomReset(Int32) | Resets the specified number of zoom operations by restoring the axis data view. |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


