Hi @JO_9930585
In ThingWorx 10.0, limiting the number of x-axis labels in a line chart widget is straightforward for numeric or date types, as the property numberOfXAxisLabels is available. But as you found, when using a string type for the x-axis, this property is not visible, and there is no direct option to limit the number of labels.
To manage the display of x-axis labels when using string types, consider the following approaches:
Data Preprocessing: Before binding your data to the chart, preprocess the data to limit the number of string labels. You can create a new data set that only includes the desired labels.
Custom Widget: If you have development capabilities, you could create a custom widget that allows for more control over the x-axis label rendering, including limiting the number of labels displayed.
Styling Adjustments: Adjust the styling or layout of the chart to accommodate more labels without overcrowding, such as rotating labels or using a smaller font size.
If you need assistance to develop a solution, such as in the case of a custom widget, please contact your Sales rep or reach out to the Sales team.
Regards.
--Sharon