Microcharts
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?
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 };
I'm searching for a solution for second graph. Did anyone already found a solution?