mlc1.DrawCubicGraph = True
mlc1.CubicIntensity = 0.xx
Thanks for your help.Looking at the tow images it seems that in the first one the points are joint with cubic splines and in the secondone with straight lines.
Meaning cubic lines through the data points, removing the 'knees' in the line ?
This might be a property of the chart.
Example:
Blue: points joined with straight lines.
Red: points joint with cubic splines.
This happen when there are big and steep changes.
View attachment 126226
thanks KlausLooking at the tow images it seems that in the first one the points are joint with cubic splines and in the secondone with straight lines.
Meaning cubic lines through the data points, removing the 'knees' in the line ?
This might be a property of the chart.
Example:
Blue: points joined with straight lines.
Red: points joint with cubic splines.
This happen when there are big and steep changes.
View attachment 126226
Thanks for your help.@klaus is probably correct. See if you have these two lines in your code
B4X:mlc1.DrawCubicGraph = True mlc1.CubicIntensity = 0.xx
Set DrawCubicGraph to false and/or set the intensity to 0.0.
If it is not the case then upload a small sample project and I will see if there might be anything else that might cause it.
Looking at the tow images it seems that in the first one the points are joint with cubic splines and in the secondone with straight lines.
Meaning cubic lines through the data points, removing the 'knees' in the line ?
This might be a property of the chart.
Example:
Blue: points joined with straight lines.
Red: points joint with cubic splines.
This happen when there are big and steep changes.
View attachment 126226
Looking at the tow images it seems that in the first one the points are joint with cubic splines and in the secondone with straight lines.
Meaning cubic lines through the data points, removing the 'knees' in the line ?
This might be a property of the chart.
Example:
Blue: points joined with straight lines.
Red: points joint with cubic splines.
This happen when there are big and steep changes.
View attachment 126226
Thanks for your help.
Problem solved when I follow your suggestions.@klaus is probably correct. See if you have these two lines in your code
B4X:mlc1.DrawCubicGraph = True mlc1.CubicIntensity = 0.xx
Set DrawCubicGraph to false and/or set the intensity to 0.0.
If it is not the case then upload a small sample project and I will see if there might be anything else that might cause it.