AxisTick Class
Represents a tick on an axis.
public class AxisTick
- Inheritance:
- object object
Constructors
AxisTick(double)
Initializes an instance of the class.
public AxisTick(double position)
| Parameter | Type | Description |
|---|---|---|
| position | double | The position. |
AxisTick(string, double)
Initializes an instance of the class.
public AxisTick(string label, double position)
| Parameter | Type | Description |
|---|---|---|
| label | string | The label. |
| position | double | The position. |
Properties
Label
The string representation of the data at the tick point.
Position
The position on the axis that the tick resides.
Methods
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
| Parameter | Type | Description |
|---|---|---|
| obj | object | The object to compare with the current object. |
Returns
- bool:
trueif the specified object is equal to the current object; otherwise,false.
GetHashCode()
Serves as the default hash function.
ToString()
Returns the string representation of this object.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.Equals(object, object)
- object.ReferenceEquals(object, object)