Table of Contents

Interface ITickGenerator

Namespace
ScottPlot
Assembly
ScottPlot.dll
public interface ITickGenerator
Extension Methods

Properties

MaxTickCount

Do not generate more than this number of ticks

int MaxTickCount { get; set; }

Property Value

int

Ticks

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.

Tick[] Ticks { get; }

Property Value

Tick[]

Methods

Regenerate(CoordinateRange, Edge, PixelLength, SKPaint, LabelStyle)

Generate ticks based on the current settings and store the result in Ticks

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

Parameters

range CoordinateRange
edge Edge
size PixelLength
paint SKPaint
labelStyle LabelStyle