Microcharts icon indicating copy to clipboard operation
Microcharts copied to clipboard

string line breaks

Open jfarinhote opened this issue 6 years ago • 0 comments

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" };

jfarinhote avatar Sep 28 '19 18:09 jfarinhote