Class
SingleValueDataPoint

Defines a DataPoint that has a single Value property, used by numerical axes.

Definition

Constructors

SingleValueDataPoint()

Declaration

cs-api-definition
protected SingleValueDataPoint()

Properties

Value

Gets or sets the core value associated with the point.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public double? Value { get; set; }

Property Value

double?