Skip to main content

Struct ChartSamplePoint

Namespace: VelloSharp.ChartData
Assembly: VelloSharp.ChartData.dll

Represents a single time-series data point emitted for a specific chart series.

public readonly struct ChartSamplePoint

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

ChartSamplePoint(int, double, double)

public ChartSamplePoint(int seriesId, double timestampSeconds, double value)

Parameters

seriesId int

timestampSeconds double

value double

Fields

SeriesId

public readonly int SeriesId

Field Value

int

TimestampSeconds

public readonly double TimestampSeconds

Field Value

double

Value

public readonly double Value

Field Value

double