IDataPoint interface

Data point for cartisian based data visualization.

Properties

x

Value for the x axis.

y

Value for the y axis.

Property Details

x

Value for the x axis.

x: T;

Property Value

T

y

Value for the y axis.

y: number;

Property Value

number