[]
Tick attributes. Ticks are drawn on axes.
[TypeConverter(typeof(Tick.Converter))]
public sealed class Tick : Item, IGraphItem, ICloneable, IGraphXmlSerializable
| Name | Description |
|---|---|
| Tick() | Initializes new instance of the TickInfo object. |
| Tick(Line, Line, double, float, bool) | Initializes new instance of the TickInfo object. |
| Tick(Line, double, float) | Initializes new instance of the TickInfo object. |
| Tick(double) | Initializes new instance of the TickInfo object. |
| Tick(string) | For internal use only. |
| Tick(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| GridLine | Line used to draw grid on walls |
| Length | length of line to draw tick |
| Line | Line used to draw tick |
| Step | Step in units of measure of the axis between two subsequent ticks |
| Visible | Controls if tick will be drawn |
| Name | Description |
|---|---|
| Clone() | This member overrides
|
| Equals(object) | Determines whether the specified object is equal to this instance. |
| GetHashCode() | Returns a hash code for this instance. |