The latest version is 2.7.
1.1 chart.IncludeBarMeanLine=True there was an error in the code which changed the property, amended for version 2.8.
To correct it, remove this line in the xChart class module: Graph.IncludeBarMeanLine = Props.Get("IncludeMeanLine")
1.2 The Bar mean line color is the bar color, as it is valid only for single bar charts.
The MeanLineColor property is thought only for the single line chart, therefore it has no effect in the Bar chart.
Do you really need it ?
1.3 The default formatting displays 6 digits. I will think about it and look to add a CustomFormat.
2. What do you mean with 'clutterd', can you show me an example?
In version 2.7 the x scale display was improved avoiding text overlapping, vertical lines are drawn for every ShowTick = True, but the values are drawn only if there is enough place.