DisplayMinMax property
Returns or sets whether or not to display the minimum and maximum values for each pen as part of the legend for each trend line. Read/write. Boolean.
This property has no effect unless the DisplayLineLegend property is True.
Syntax
Trend
.DisplayMinMax
[ = state
]where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.state
- is a parameter of the type Boolean that can be set to one of the following:- True. Displays the min/max box for each line in the line legend.
- False. Does not display the min/max box for each line.
Chart example

Set up line legend options on the Trend properties Display tab.
Double-click the line legend at runtime to open the Pens tab. (This option must be selected on the Runtime tab.)
Provide Feedback