ShowValuesAtCursor
- Last UpdatedNov 17, 2021
- 1 minute read
The ShowValuesAtCursor property is a read-write property that shows/hides data values at the trend cursors along the value axis.
Syntax
aaHistClientTrend.ShowValuesAtCursor = discrete;
Result = aaHistClientTrend.ShowValuesAtCursor;
Remarks
The default value is False.
If the ShowValuesAtCursor property is set to True, the ValueAxisLabel property is set to 2, and values at cursors are shown in the chart. If the ShowValuesAtCursor property is set to False, the ValueAxisLabel property is set to 0, and multiple scales are shown in the chart.