New to Telerik UI for WinFormsStart a free 30-day trial

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

Definition

Constructors

C#
protected CategoricalDataPointBase()

Fields

Defines whether the datapoint is within its categorical axis range.

C#
protected bool isInCategoricalRange

Defines whether the datapoint is within its numerical axis range.

C#
protected bool isInNumericalRange

Properties

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

C#
[TypeConverter(typeof(StringConverter))]
public object Category { get; set; }

Determines whether the data point may be plotted correctly.

C#
[Browsable(false)]
public override bool IsInPlotRange { get; }

Overrides: DataPoint.IsInPlotRange