AbstractChartNodeTextFormat Property |
Specifies the "TextFormat" attribute value.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string TextFormat { get; set; }
Public Overridable Property TextFormat As String
Get
Set
public:
virtual property String^ TextFormat {
String^ get ();
void set (String^ value);
}
abstract TextFormat : string with get, set
override TextFormat : string with get, set
Property Value
Type:
String
A
string that contains the "TextFormat" attribute value.
Remarks
The default is "0.00" that allows exactly two digits after the
decimal.
See Also