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. |
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 of the Size property. |
ViewMaximum |
Gets the maximum axis value of a scale view. |
ViewMinimum |
Gets the minimum axis value of a data view. |
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) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |