Class ColumnDataPoint
Inheritance
System.Object
ColumnDataPoint
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ColumnDataPoint : VisualDataPoint, IDataItemContainer, INotifyPropertyChanged, IComparable, IComparable<double>, IComparable<long>, IComparable<SparkDataPoint>
Constructors
Properties
Declaration
public double XRelativePoint { get; set; }
Property Value
Declaration
public double YBottomPoint { get; set; }
Property Value
Declaration
public double YRelativeHeight { get; }
Property Value
Declaration
public double YTopPoint { get; set; }
Property Value
Methods
Declaration
protected override void OnDataRangeChanged()
Overrides
Declaration
protected override void OnDataValueChanged()
Overrides
Extension Methods