Class OrdinalTickGenerator<T>
Namespace: VelloSharp.Charting.Ticks
Assembly: VelloSharp.Charting.dll
Generates ticks for ordinal scales.
public sealed class OrdinalTickGenerator<T> : IAxisTickGenerator<T> where T : notnull
Type Parameters
T
Inheritance
object ← OrdinalTickGenerator<T>
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Generate(IScale<T>, TickGenerationOptions<T>?)
public IReadOnlyList<AxisTick<T>> Generate(IScale<T> scale, TickGenerationOptions<T>? options = null)
Parameters
scale
IScale<T>
options
TickGenerationOptions<T>?