Class
SingleValueDataPoint

Base class for DataPoint that has a single Value property, that can be used when the point is visualized in a chart.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public abstract class SingleValueDataPoint : DataPoint, INotifyPropertyChanged

Inheritance: objectPropertyBagObjectNodeDataPointSingleValueDataPoint

Derived Classes: PieDataPoint

Implements: INotifyPropertyChanged

Inherited Members DataPoint.LabelDataPoint.DataItemDataPoint.IsSelectedDataPoint.IsInPlotRangeNode.Arrange(RadRect, bool)Node.Invalidate()Node.PresenterNode.IsArrangeValidNode.NodeStateNode.IndexNode.CollectionIndexNode.IsTreeLoadedNode.LayoutSlotNode.ParentNode.PropertyChanged

Constructors

SingleValueDataPoint()

Declaration

cs-api-definition
protected SingleValueDataPoint()

Properties

Value

Gets or sets the value associated with the point.

Declaration

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

Property Value

double