Class
CategoricalDataPointBase

Represents a single-value data point, which may be plotted in a CartesianChartAreaModel and has its second value defined as Category.

Definition

Constructors

CategoricalDataPointBase()

Declaration

cs-api-definition
protected CategoricalDataPointBase()

Fields

isInCategoricalRange

Defines whether the datapoint is within its categorical axis range.

Declaration

cs-api-definition
protected bool isInCategoricalRange

Field Value

bool

isInNumericalRange

Defines whether the datapoint is within its numerical axis range.

Declaration

cs-api-definition
protected bool isInNumericalRange

Field Value

bool

Properties

Category

Gets or sets the object instance that describes the category of the point.

Declaration

cs-api-definition
public object Category { get; set; }

Property Value

object

IsInPlotRange

Determines whether the data point may be plotted correctly.

Declaration

cs-api-definition
public override bool IsInPlotRange { get; }

Property Value

bool

Overrides DataPoint.IsInPlotRange