# Sandbox.UI.GraphAxis.TickMark.TickMark

```csharp
TickMark(double Value, string Label, bool Major = True)
```

A tick in axis units. Custom labels support categories, dates and other non-numeric scales.

### Parameters

- `Value` (`double`)
- `Label` (`string`)
- `Major` (`bool`), default `True`

Declared in [Sandbox.UI.GraphAxis.TickMark](/api/Sandbox.UI.GraphAxis.TickMark).
Assembly: `Sandbox.Engine`.
