Class VisualDataPoint
SparkDataPoint ViewModel. All properties and methods that are relevant to the view should be added here.
Inherited Members
Namespace: Telerik.Windows.Controls.Sparklines
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class VisualDataPoint : SparkDataPoint, IDataItemContainer, INotifyPropertyChanged, IComparable, IComparable<double>, IComparable<long>, IComparable<SparkDataPoint>
Constructors
VisualDataPoint()
Declaration
protected VisualDataPoint()
Properties
Brush
Identifies the Brush property.
Declaration
public Brush Brush { get; set; }
Property Value
System.Windows.Media.Brush
|
Style
Identifies the Style property.
Declaration
public Style Style { get; set; }
Property Value
System.Windows.Style
|
Visibility
Identifies the Visibility property.
Declaration
public Visibility Visibility { get; set; }
Property Value
System.Windows.Visibility
|