API Reference
Class
ChartErrorBar
Represents one point estimate with lower and upper bounds.
Inheritance
- Object
- ChartErrorBar
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method Chart.AddErrorBar
Constructors
ChartErrorBar 2 overloads
ChartErrorBar(System.Double x, System.Double y, System.Double lower, System.Double upper) #Initializes a new instance of the ChartErrorBar struct.
Parameters
- x System.Double
- The horizontal coordinate.
- y System.Double
- The point estimate.
- lower System.Double
- The lower bound.
- upper System.Double
- The upper bound.
ChartErrorBar(System.DateTime x, System.Double y, System.Double lower, System.Double upper) #Initializes a new instance of the ChartErrorBar struct from a date/time x value.
Parameters
- x System.DateTime
- The date/time x value.
- y System.Double
- The point estimate.
- lower System.Double
- The lower bound.
- upper System.Double
- The upper bound.