ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ScottPlot.TickGenerators.IDateTimeTickGenerator Interface Reference
Inheritance diagram for ScottPlot.TickGenerators.IDateTimeTickGenerator:
ScottPlot.ITickGenerator ScottPlot.TickGenerators.DateTimeAutomatic ScottPlot.TickGenerators.DateTimeFixedInterval

Public Member Functions

IEnumerable< double > ConvertToCoordinateSpace (IEnumerable< DateTime > dates)
 
- Public Member Functions inherited from ScottPlot.ITickGenerator
void Regenerate (CoordinateRange range, Edge edge, PixelLength size, SKPaint paint, LabelStyle labelStyle)
 Generate ticks based on the current settings and store the result in Ticks
 

Additional Inherited Members

- Properties inherited from ScottPlot.ITickGenerator
Tick[] Ticks [get]
 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 [get, set]
 Do not generate more than this number of ticks.
 

Member Function Documentation

◆ ConvertToCoordinateSpace()

IEnumerable< double > ScottPlot.TickGenerators.IDateTimeTickGenerator.ConvertToCoordinateSpace ( IEnumerable< DateTime >  dates)

The documentation for this interface was generated from the following file: