Class
CategoricalDataPoint

Defines a data point that has a single value and category associated with it.

Definition

Constructors

CategoricalDataPoint()

Declaration

cs-api-definition
public CategoricalDataPoint()

Properties

Value

Gets or sets the core value associated with the point.

Declaration

cs-api-definition
public double Value { get; set; }

Property Value

double