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

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

Definition

Constructors

C#
public CategoricalDataPoint()

Properties

Gets or sets the core value associated with the point.

C#
[TypeConverter(typeof(StringToDoubleConverter))]
public double? Value { get; set; }