LineChartElement.FormatY property
Formats a Y value for a tick label (e.g. 18000 → “18k”).
public Func<float, string> FormatY { get; set; }See Also
Section titled “See Also”- record LineChartElement
- namespace Stellar.Abstractions.Services
Formats a Y value for a tick label (e.g. 18000 → “18k”).
public Func<float, string> FormatY { get; set; }