Class BaseFormattableData
Base class for items displaying.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class BaseFormattableData : Object, INotifyPropertyChanged, IFormattableData
Constructors
BaseFormattableData()
Declaration
protected BaseFormattableData()
Properties
IsDateTime
Gets or sets the value indicating whether DateTime formatted labels should be displayed.
Declaration
public virtual bool IsDateTime { get; set; }
Property Value
System.Boolean
|
Implements
Label
Gets or sets the label to be displayed as label.
Declaration
public virtual string Label { get; set; }
Property Value
System.String
The label. |
Implements
LabelFormat
Gets the label formatting string to be displayed.
Declaration
public virtual string LabelFormat { get; set; }
Property Value
System.String
The label format. |
Implements
Methods
OnPropertyChanged(PropertyChangedEventArgs)
Raises the DefaultFormatPropertyChanged event.
Declaration
protected void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
System.ComponentModel.PropertyChangedEventArgs
e
The System.ComponentModel.PropertyChangedEventArgs instance containing the event data. |
OnPropertyChanged(String)
Called when a property is being changed.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
Name of the property. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|
Explicit Interface Implementations
IFormattableData.Value
Gets or sets the numerical value of the tick point.
Declaration
double IFormattableData.Value { get; set; }
Returns
System.Double
|