Skip to main content

Interface IAxisTickGenerator<T>

Namespace: VelloSharp.Charting.Ticks
Assembly: VelloSharp.Charting.dll

Generates ticks for a given scale.

public interface IAxisTickGenerator<T>

Type Parameters

T

Methods

Generate(IScale<T>, TickGenerationOptions<T>?)

IReadOnlyList<AxisTick<T>> Generate(IScale<T> scale, TickGenerationOptions<T>? options = null)

Parameters

scale IScale<T>

options TickGenerationOptions<T>?

Returns

IReadOnlyList<AxisTick<T>>