Question: I'm using ScottPlot 5.0.21 for Avalonia (C#). Very nice and good documentation! I can't find the property "ShowValuesAboveBars" for Bars in an AvaPlot.Plot. Has the name or location changed from 4.x?
ScottPlot Version: NuGet 5.0.21
Code Sample:
var bar = new Bar();
bar.ShowValuesAboveBars = true;