This topic discusses useful information that will help you to ensure that your data is rendered properly in the probability chart.
While the Chart control allows you to easily point the chart to your own custom data, it is important that you are supplying the appropriate amount and type of data that the chart requires. If the data does not meet the minimum requirements based on the type of chart that you are using, an error will be generated.
The following is a list of data requirements for probability charts:
An important consideration to make when creating a probability chart is the range of the y-axis. Depending on the data, the range of probability can be between 0 and 1, or 0 and 100, -1 and 1, etc. For the best possible results, set the RangeType property of the y-axis to Custom, and set the RangeMin and RangeMax properties accordingly. The data set contains two numeric columns identified by the ColumnX and ColumnY properties. * If you are binding the probability chart to a series object, see Requirements for Series Binding for information on the series binding requirements. * If you are using the probability chart in a composite chart, see Axis Requirements for Composite Charts for information on the axis requirements for the chart.
See below for an example data set, along with the rendered probability chart. The "Variable column" is used for x-axis values and the "Probability" value is used for y-axis values.