Class
VisualDataPoint

SparkDataPoint ViewModel. All properties and methods that are relevant to the view should be added here.

Definition

Namespace:Telerik.Windows.Controls.Sparklines

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

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

Inheritance: objectDataItemBaseSparkDataPointVisualDataPoint

Derived Classes: ColumnDataPointScatterDataPoint

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

Inherited Members SparkDataPoint.Equals(object)SparkDataPoint.GetHashCode()SparkDataPoint.CompareTo(object)SparkDataPoint.CompareTo(double)SparkDataPoint.CompareTo(long)SparkDataPoint.CompareTo(SparkDataPoint)SparkDataPoint.OnDataRangeChanged()SparkDataPoint.OnDataValueChanged()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

VisualDataPoint()

Declaration

cs-api-definition
protected VisualDataPoint()

Properties

Brush

Identifies the Brush property.

Declaration

cs-api-definition
public Brush Brush { get; set; }

Property Value

Brush

Style

Identifies the Style property.

Declaration

cs-api-definition
public Style Style { get; set; }

Property Value

Style

Visibility

Identifies the Visibility property.

Declaration

cs-api-definition
public Visibility Visibility { get; set; }

Property Value

Visibility