API Reference
Class
ChartXkcdPoint
Represents an XY data point for chart.xkcd.
Inheritance
- Object
- ChartXkcdPoint
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ChartXkcdDataset.Points
Constructors
ChartXkcdPoint 2 overloads
public ChartXkcdPoint() #Initializes a new instance of the ChartXkcdPoint class.
public ChartXkcdPoint(Double x, Double y) #Initializes a new instance of the ChartXkcdPoint class.
Parameters
- x System.Double
- y System.Double