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

Public Member Functions

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
 

Properties

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

◆ Regenerate()

void ScottPlot.ITickGenerator.Regenerate ( CoordinateRange  range,
Edge  edge,
PixelLength  size,
SKPaint  paint,
LabelStyle  labelStyle 
)

Property Documentation

◆ MaxTickCount

int ScottPlot.ITickGenerator.MaxTickCount
getset

◆ Ticks

Tick [] ScottPlot.ITickGenerator.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.

Implemented in ScottPlot.TickGenerators.DateTimeAutomatic, ScottPlot.TickGenerators.DateTimeFixedInterval, ScottPlot.TickGenerators.DateTimeManual, ScottPlot.TickGenerators.EmptyTickGenerator, ScottPlot.TickGenerators.NumericAutomatic, and ScottPlot.TickGenerators.NumericManual.


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