AxisScaleView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a scaled view of the chart.
public ref class AxisScaleView
public class AxisScaleView
type AxisScaleView = class
Public Class AxisScaleView
- Inheritance
-
AxisScaleView
Constructors
AxisScaleView() |
Initializes a new instance of the AxisScaleView class. |
Properties
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. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (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 |
Scroll(Double) |
Scrolls to a position along an axis specified by the |
Scroll(ScrollType) |
Scrolls along an axis according to the direction and size indicated by the |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
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. |
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) |
Sets a new axis data view and/or position based on the specified start and end values. |
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. |