PowerChart Horizontal Limit Lines

I am looking to add horizontal lines to the PowerChart to act as visual upper and lower limits. Any suggestions are appreciated.

Found it... Plots>Props>Markers.

  • markers: An array of markers that can be added to the plot to better visualize the data being displayed.

    • type: Type of marker to add to the plot. Options are line or band. Value is string.

    • axis: Name of the axis against which the marker should be drawn. This must be specified for the marker to be drawn. Value is string.

    • value: Value where the line marker should be drawn. Value is numeric.

    • display: Configuration for the display of the marker. Click to see display properties.

2 Likes