API Reference
Class
ChartDumbbell
Represents one x position with two comparable values.
Inheritance
- Object
- ChartDumbbell
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.AddDumbbell
Constructors
ChartDumbbell 2 overloads
ChartDumbbell(System.Double x, System.Double start, System.Double end) #Initializes a new instance of the ChartDumbbell struct.
Parameters
- x System.Double
- The horizontal coordinate.
- start System.Double
- The first comparison value.
- end System.Double
- The second comparison value.
ChartDumbbell(System.DateTime x, System.Double start, System.Double end) #Initializes a new instance of the ChartDumbbell struct from a date/time x value.
Parameters
- x System.DateTime
- The date/time x value.
- start System.Double
- The first comparison value.
- end System.Double
- The second comparison value.