SecondaryChartMinY and SecondaryChartMaxY properties
- Last UpdatedNov 26, 2024
- 1 minute read
Use the SecondaryChartMinY and SecondaryChartMaxY properties to set the scale of the y-axis on the secondary chart. These are design-time and run-time properties. However, changing the values will not update the chart until the next time the chart is refreshed or the DisplayChart() method is called.
The following figure shows the minimum and maximum values set at 0.0 and 2.0.

If no value is supplied for one or both of these properties, the values will be calculated from the sample result data.
You can set this property to Null.
|
Data Type |
Read/Write |
Default Value |
|---|---|---|
|
Nullable of Integer |
R/W |
Null |