ScottPlot
|
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. | |
void ScottPlot.ITickGenerator.Regenerate | ( | CoordinateRange | range, |
Edge | edge, | ||
PixelLength | size, | ||
SKPaint | paint, | ||
LabelStyle | labelStyle | ||
) |
Generate ticks based on the current settings and store the result in Ticks
Implemented in ScottPlot.TickGenerators.DateTimeAutomatic, ScottPlot.TickGenerators.DateTimeFixedInterval, ScottPlot.TickGenerators.DateTimeManual, ScottPlot.TickGenerators.EmptyTickGenerator, ScottPlot.TickGenerators.NumericAutomatic, and ScottPlot.TickGenerators.NumericManual.
|
getset |
Do not generate more than this number of ticks.
Implemented in ScottPlot.TickGenerators.DateTimeAutomatic, ScottPlot.TickGenerators.DateTimeFixedInterval, ScottPlot.TickGenerators.DateTimeManual, ScottPlot.TickGenerators.EmptyTickGenerator, ScottPlot.TickGenerators.NumericAutomatic, and ScottPlot.TickGenerators.NumericManual.
|
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.