HtmlForgeX

API Reference

Class

ChartJsPointXY

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Typed XY point used by Chart.js datasets to avoid anonymous objects.

Inheritance

  • Object
  • ChartJsPointXY

Constructors

public ChartJsPointXY() #

Properties

public Double X { get; set; } #
JsonPropertyName("x")

X coordinate.

public Double Y { get; set; } #
JsonPropertyName("y")

Y coordinate.