LineChartElement.FormatX property
Formats an X value in seconds for a tick label (e.g. 64 → “1:04”).
public Func<float, string> FormatX { get; set; }See Also
Section titled “See Also”- record LineChartElement
- namespace Stellar.Abstractions.Services
Formats an X value in seconds for a tick label (e.g. 64 → “1:04”).
public Func<float, string> FormatX { get; set; }