AxisScaleView Class
.NET Framework 4.5
Represents a scaled view of the chart.
Namespace: System.Windows.Forms.DataVisualization.Charting
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
The AxisScaleView type exposes the following members.
| 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
