DoubleAxisDelta
Defines a Double Delta, which provides Major and Minor deltas as used in NumericAxis
实现: IAxisDelta<double>, IAxisDelta, ICloneable, IEquatable<DoubleAxisDelta>
构造函数
DoubleAxisDelta()
Initializes a new instance of the DoubleAxisDelta class.
DoubleAxisDelta(double, double)
Initializes a new instance of the DoubleAxisDelta class.
- minorDelta
- The minor delta.
- majorDelta
- The major delta.
属性
MajorDelta : double
Gets or sets the major delta.
MinorDelta : double
Gets or sets the minor delta.
方法
Equals(object) : bool
Determines whether the specified Object is equal to this instance.
- obj
- The Object to compare with the current Object.
返回值: true if the specified Object is equal to this instance; otherwise, false.
Equals(DoubleAxisDelta) : bool
Indicates whether the current object is equal to another object of the same type.
- other
- An object to compare with this object.
返回值: true if the current object is equal to the parameter; otherwise, false.
GetHashCode() : int
Returns a hash code for this instance.
返回值: A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
op_Equality(DoubleAxisDelta, DoubleAxisDelta) : bool
Implements the operator ==.
- left
- The left.
- right
- The right.
返回值: The result of the operator.
op_Inequality(DoubleAxisDelta, DoubleAxisDelta) : bool
Implements the operator !=.
- left
- The left.
- right
- The right.
返回值: The result of the operator.