|
Func< DateTime, string >? | LabelFormatter = null [get, set] |
| If assigned, this function will be used to create tick labels.
|
|
ITimeUnit? | TimeUnit = null [get] |
|
Tick[] | Ticks = [] [get, set] |
| Ticks to display the next time the axis is rendered. This array and its contents should not be modified directly. Call Regenerate() to update this array.
|
|
int | MaxTickCount = 10_000 [get, set] |
| Do not generate more than this number of ticks.
|
|
◆ ConvertToCoordinateSpace()
IEnumerable< double > ScottPlot.TickGenerators.DateTimeAutomatic.ConvertToCoordinateSpace |
( |
IEnumerable< DateTime > |
dates | ) |
|
|
inline |
◆ Regenerate()
◆ LabelFormatter
Func<DateTime, string>? ScottPlot.TickGenerators.DateTimeAutomatic.LabelFormatter = null |
|
getset |
If assigned, this function will be used to create tick labels.
◆ MaxTickCount
int ScottPlot.TickGenerators.DateTimeAutomatic.MaxTickCount = 10_000 |
|
getset |
◆ Ticks
Tick [] ScottPlot.TickGenerators.DateTimeAutomatic.Ticks = [] |
|
getset |
Ticks to display the next time the axis is rendered. This array and its contents should not be modified directly. Call Regenerate() to update this array.
Implements ScottPlot.ITickGenerator.
◆ TimeUnit
ITimeUnit? ScottPlot.TickGenerators.DateTimeAutomatic.TimeUnit = null |
|
get |
The documentation for this class was generated from the following file:
- ScottPlot/src/ScottPlot5/ScottPlot5/TickGenerators/DateTimeAutomatic.cs