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

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

Definition

Constructors

C#
protected SingleValueDataPoint()

Properties

Gets or sets the core value associated with the point.

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