Table of Contents

Class ChartValue

Namespace
adas_core.Domain.Models
Assembly
adas-core.Domain.dll

Represents a value used in a chart, typically encapsulating a data point or measurement that can be plotted or rendered as part of a chart visualization.

public class ChartValue
Inheritance
ChartValue
Inherited Members
Extension Methods

Properties

Labels

public List<string> Labels { get; set; }

Property Value

List<string>

Series

public Dictionary<string, List<double>> Series { get; set; }

Property Value

Dictionary<string, List<double>>