Microcharts
Microcharts copied to clipboard
string line breaks
Is it possible to break a string value in 2 or more lines? Let us say that I want to show in the same chart 2 values and i will distinguish them using a line break one on top and the next one bellow.
new ChartEntry(100) { Label = "January", ValueLabel = "gas: 20" + line break + "electricity 30" };