Class AxisTick
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a single tick mark on an axis, typically used in charting or graphing scenarios.
public class AxisTick
- Inheritance
-
AxisTick
- Inherited Members
- Extension Methods
Properties
Interval
public int? Interval { get; set; }
Property Value
- int?
Length
public short? Length { get; set; }
Property Value
Show
public bool? Show { get; set; }
Property Value
- bool?