TimeChartItem Structure

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

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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