Ajuda do LibreOfficeDev 25.8
Num gráfico que exibe linhas (tipo Linha ou tipo XY), você pode escolher mostrar curvas em vez de linhas retas. Algumas opções controlam as propriedades dessas curvas.
Selecione Spline cúbica ou Spline B.
Estes são modelos matemáticos que influenciam a exibição das curvas. As curvas são criadas através da junção de segmentos de polinômios.
Cubic Spline interpolates your data points with polynomials of degree 3. The transitions between the polynomial pieces are smooth, having the same slope and curvature.
B-Spline uses a parametric, interpolating B-spline curve. Those curves are built piecewise from polynomials.
The Resolution determines how many line segments are calculated to draw a piece of polynomial between two data points. You can see the intermediate points if you click any data point.
A higher value leads to a smoother line.
Para linhas tipo Spline B, defina opcionalmente o grau dos polinômios.