| Visual Basic (Declaration) | |
|---|---|
Public Property Tick As AxisTick | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public AxisTick Tick {get; set;} | |
By default this tick is null and must be instantiated. If the axis marker is a range, the axis tick will also be a range AxisTick. If a CalendarPattern is used, the tick cannot be used.