Class TickGenerationOptions<T>
Namespace: VelloSharp.Charting.Ticks
Assembly: VelloSharp.Charting.dll
Configures tick generation behavior.
public sealed class TickGenerationOptions<T>
Type Parameters
T
Domain value type.
Inheritance
object ← TickGenerationOptions<T>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
LabelFormatter
Optional delegate for label formatting.
public Func<T, string>? LabelFormatter { get; init; }
Property Value
TargetTickCount
Gets or sets desired tick count. Defaults to 6.
public int TargetTickCount { get; init; }