Interface IFormattableData
Provides standard interface for objects which string value is eligible to formatting.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public interface IFormattableData
Properties
IsDateTime
Gets or sets the value indicating whether DateTime formatted labels should be displayed.
Declaration
bool IsDateTime { get; set; }
Property Value
System.Boolean
|
Label
Gets the label string to be displayed.
Declaration
string Label { get; set; }
Property Value
System.String
The label. |
LabelFormat
Gets the label formatting string to be displayed.
Declaration
string LabelFormat { get; set; }
Property Value
System.String
The label format. |
Value
Gets or sets the value which is going to be used as a substitution in the ActualFormat property.
Declaration
double Value { get; set; }
Property Value
System.Double
The value. |