StairStepSeries

Note

This section is under construction. Please contribute!

A StairStepSeries shows a stairstep curve at each data point.

../../_images/StairStepSeries.png

Tracker

The format string may use the following arguments:

  • {0} the title of the series
  • {1} the title of the x-axis
  • {2} the x-value
  • {3} the title of the y-axis
  • {4} the y-value
  • {PropertyX} the value of PropertyX in the item (extended format string syntax)

To show the x and y values with one digit, use the format string "{2:0.0},{4:0.0}".

The default format string for StairStepSeries is "{0}\n{1}: {2:0.###}\n{3}: {4:0.###}"

Example

var model = new PlotModel { Title = "StairStepSeries" };