API Reference
Class
ChartBubble
Represents one bubble point with an x value, y value, and positive size value.
Inheritance
- Object
- ChartBubble
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.AddBubble
Constructors
ChartBubble 2 overloads
ChartBubble(System.Double x, System.Double y, System.Double size) #Initializes a new instance of the ChartBubble struct.
Parameters
- x System.Double
- The horizontal coordinate.
- y System.Double
- The vertical coordinate.
- size System.Double
- The positive size value.
ChartBubble(System.DateTime x, System.Double y, System.Double size) #Initializes a new instance of the ChartBubble struct from a date/time x value.
Parameters
- x System.DateTime
- The date/time x value.
- y System.Double
- The vertical coordinate.
- size System.Double
- The positive size value.