TimeChartItem Structure

Represents a single item in a time chart (within a line chart).

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public readonly struct TimeChartItem
Inheritance
Object    ValueType    TimeChartItem

Constructors

TimeChartItem Default constructor.

Properties

X JSON Serialization of the X value.
Y JSON Serialization of the Y value.

See Also