PointsPerPage property
- Last UpdatedNov 26, 2024
- 1 minute read
Use the PointsPerPage property to specify the number of points that can be displayed on the graph at a given time. If the PointsPerPage value is less than the NumberOfPointsFilter value, a scroll bar appears below the chart to indicate that there are additional points to plot. This is a design-time and a run-time property.
The following figure shows a scroll bar appearing in the control, indicating that the number of points per page (20) is less than the number of total points in the chart.

You cannot set this property to Null.
|
Data Type |
Read/Write |
Default Value |
|---|---|---|
|
Int32 |
R/W |
18 |
Note that the number of decimals that have been set in MES Client for a characteristic's results can cause the data displayed in the table to overlap, depending on the number of points per page that has been set. If this is occurring, either reduce the number of decimals or reduce the number of points per page.