I am using the Aspose Slides for Java library to create a presentation that includes a Scatter Plot Chart. Within this chart, I have a single data point. I update the axis range to be one end open, which means it extends beyond the actual data point values. In other words, the range does not include the points, and they should not be shown in the resulting presentation. However, when I call the validateChartLayout function after setting the range, it fails to validate the chart layout.
Interestingly, there are other scenarios where I have closed-end positions that do not result in a failure during the presentation generation. This indicates that the success or failure of the validation depends on the specific values used. This behavior is unexpected and requires further investigation.
20230717.zip (2.0 KB)