Class
ColumnDataPoint

Represents the visual data pont object used with RadColumnSparkline.

Definition

Namespace:Telerik.Windows.Controls.Sparklines

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class ColumnDataPoint : VisualDataPoint, INotifyPropertyChanged, IComparable, IComparable<double>, IComparable<long>, IComparable<SparkDataPoint>

Inheritance: objectDataItemBaseSparkDataPointVisualDataPointColumnDataPoint

Derived Classes: SparklineColumnDataPoint

Implements: IComparableIComparable<SparkDataPoint>IComparable<double>IComparable<long>INotifyPropertyChanged

Inherited Members VisualDataPoint.VisibilityVisualDataPoint.BrushVisualDataPoint.StyleSparkDataPoint.Equals(object)SparkDataPoint.GetHashCode()SparkDataPoint.CompareTo(object)SparkDataPoint.CompareTo(double)SparkDataPoint.CompareTo(long)SparkDataPoint.CompareTo(SparkDataPoint)SparkDataPoint.OnPropertyChanged(object, PropertyChangedEventArgs)SparkDataPoint.XValuePathSparkDataPoint.XValueSparkDataPoint.YValuePathSparkDataPoint.YValueDataItemBase.RegisterObservableProperty(string, string)DataItemBase.UnregisterObservableProperty(string, string)DataItemBase.UpdatePropertyRegistration(string, string, string)DataItemBase.GetValue(string)DataItemBase.OnPropertyChanged(string)DataItemBase.DataItemDataItemBase.PropertyChanged

Constructors

ColumnDataPoint()

Initializes a new instance of the ColumnDataPoint class.

Declaration

cs-api-definition
public ColumnDataPoint()

Properties

XRelativePoint

Gets or sets the X relative point.

Declaration

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

Property Value

double

The X relative point.

YBottomPoint

Gets or sets the Y bottom point.

Declaration

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

Property Value

double

The Y bottom point.

YRelativeHeight

Gets the height of the Y relative.

Declaration

cs-api-definition
public double YRelativeHeight { get; }

Property Value

double

The height of the Y relative.

YTopPoint

Gets or sets the Y top point.

Declaration

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

Property Value

double

The Y top point.

Methods

OnDataRangeChanged()

Called when data range changed.

Declaration

cs-api-definition
protected override void OnDataRangeChanged()

Overrides SparkDataPoint.OnDataRangeChanged()

OnDataValueChanged()

Called when data value changed.

Declaration

cs-api-definition
protected override void OnDataValueChanged()

Overrides SparkDataPoint.OnDataValueChanged()