API Reference
Class
ChartBoxPlot
Represents one box plot summary.
Inheritance
- Object
- ChartBoxPlot
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.AddBoxPlot
Constructors
ChartBoxPlot 2 overloads
ChartBoxPlot(System.Double x, System.Double minimum, System.Double q1, System.Double median, System.Double q3, System.Double maximum) #Initializes a new instance of the ChartBoxPlot struct.
Parameters
- x System.Double
- The horizontal coordinate.
- minimum System.Double
- The minimum whisker value.
- q1 System.Double
- The first quartile value.
- median System.Double
- The median value.
- q3 System.Double
- The third quartile value.
- maximum System.Double
- The maximum whisker value.
ChartBoxPlot(System.DateTime x, System.Double minimum, System.Double q1, System.Double median, System.Double q3, System.Double maximum) #Initializes a new instance of the ChartBoxPlot struct from a date/time x value.
Parameters
- x System.DateTime
- The date/time x value.
- minimum System.Double
- The minimum whisker value.
- q1 System.Double
- The first quartile value.
- median System.Double
- The median value.
- q3 System.Double
- The third quartile value.
- maximum System.Double
- The maximum whisker value.