HtmlForgeX

API Reference

Class

ApexSeriesData

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents a data series for multi-series charts like Line, Column, Area, etc.

Inheritance

  • Object
  • ApexSeriesData

Constructors

Properties

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

Gets or sets the name of the series.

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

Gets the list of data points for this series.