API Reference
Class
ChartInterval
Represents one category or x-value with a start and end value.
Inheritance
- Object
- ChartInterval
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.AddRangeBar
Constructors
ChartInterval 2 overloads
ChartInterval(System.Double x, System.Double start, System.Double end) #Initializes a new instance of the ChartInterval struct.
Parameters
- x System.Double
- The horizontal coordinate.
- start System.Double
- The interval start value.
- end System.Double
- The interval end value.
ChartInterval(System.DateTime x, System.Double start, System.Double end) #Initializes a new instance of the ChartInterval struct from a date/time x value.
Parameters
- x System.DateTime
- The date/time x value.
- start System.Double
- The interval start value.
- end System.Double
- The interval end value.