HtmlForgeX

API Reference

Class

ChartXkcdPoint

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

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

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 requiredposition: 0
y System.Double requiredposition: 1

Properties

public Double X { get; set; } #

Gets or sets the X value.

public Double Y { get; set; } #

Gets or sets the Y value.