DisplayPenValues property
Returns or sets whether the current value for each pen displays as part of the current value legend on the right side of the chart. Read/write. Boolean.
Syntax
Trend
.DisplayPenValues
[ = 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. Display current pen values for each line.
- False. Do not display pen values.
Provide Feedback