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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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