Example: Description property
Private Sub DescribeLine() ' Set the description for a pen Trend1.Pens.Item(1).Description = "Temp" ' Make the chart show the line legend. Trend1.DisplayLineLegend = True End Sub
Provide Feedback