API Reference
Class
ChartRangeBand
Represents one x position with lower and upper band values.
Inheritance
- Object
- ChartRangeBand
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.AddRangeArea
- Method Chart.AddRangeBand
Constructors
ChartRangeBand 2 overloads
ChartRangeBand(System.Double x, System.Double lower, System.Double upper) #Initializes a new instance of the ChartRangeBand struct.
Parameters
- x System.Double
- The horizontal coordinate.
- lower System.Double
- The lower band value.
- upper System.Double
- The upper band value.
ChartRangeBand(System.DateTime x, System.Double lower, System.Double upper) #Initializes a new instance of the ChartRangeBand struct from a date/time x value.
Parameters
- x System.DateTime
- The date/time x value.
- lower System.Double
- The lower band value.
- upper System.Double
- The upper band value.