Microcharts icon indicating copy to clipboard operation
Microcharts copied to clipboard

[Question] What do i need to do to not crop values? Also why is my second graph so small but gets larger if there are more entries?

Open Iuliean opened this issue 3 years ago • 1 comments

What i use for both is this

new LineChart { Entries = entries, MinValue = minVal - 0.5f, MaxValue = maxVal + 0.5f, Margin = margin, LabelTextSize = labelSize, PointSize = pointSize, 
                          ValueLabelOrientation = Microcharts.Orientation.Horizontal, LabelOrientation = Microcharts.Orientation.Horizontal  };

Screenshot_20220211-151343_PiThermostat

Iuliean avatar Feb 11 '22 13:02 Iuliean

I'm searching for a solution for second graph. Did anyone already found a solution?

uwe-neuronation avatar Oct 21 '22 13:10 uwe-neuronation