UseValueFormatter(BreakdownChart, Func<double, string>) Method
    Tags will be shown.
    
        public static BreakdownChart UseValueFormatter(this BreakdownChart chart, Func<double, string> func)- Namespace
- Spectre.Console 
- Containing Type
- BreakdownChart Extensions 
Parameters
- BreakdownChart chart
- The breakdown chart.
- 
                            Func<double, string> func 
- The value formatter to use.