Skip to main content

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

objectTickGenerationOptions<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

Func<T, string>?

TargetTickCount

Gets or sets desired tick count. Defaults to 6.

public int TargetTickCount { get; init; }

Property Value

int