HtmlForgeX

API Reference

Class

ApexCandlestickSeries

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents a collection of candlestick data points for a single series.

Inheritance

  • Object
  • ApexCandlestickSeries

Constructors

Properties

public String Name { get; set; } #
JsonPropertyName("name")

Gets or sets the name of the series.

public List<ApexCandlestickData> Data { get; set; } #
JsonPropertyName("data")

Gets the list of candlestick data points.