AxisParams
StockSharp.Xaml.Charting.Visuals.Axes
Defines constants for the current axis setup for this render pass
Methods
Equals
public override bool Equals(object obj)
result = axisParams.Equals(obj)
Determines whether the specified Object is equal to this instance.
- obj
- The Object to compare with this instance.
Returns: true if the specified Object is equal to this instance; otherwise, false.
Equals
public bool Equals(AxisParams other)
result = axisParams.Equals(other)
Equalses the specified other.
- other
- The other.
GetHashCode
public override int GetHashCode()
result = axisParams.GetHashCode()
Returns a hash code for this instance.
Returns: A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.