AxisScaleView Class

Definition

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 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.

Applies to