HtmlForgeX

API Reference

Class

ApexCandlestickData

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents a single candlestick data point.

Inheritance

  • Object
  • ApexCandlestickData

Constructors

Properties

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

Gets or sets the X value (typically date/time).

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

Gets or sets the Y values array: [open, high, low, close].