Specifies the "TextFormat" attribute value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual string TextFormat { get; set; }
Visual Basic (Declaration)
Public Overridable Property TextFormat As String
Visual C++
public:
virtual property String^ TextFormat {
	String^ get ();
	void set (String^ value);
}

Field Value

A string that contains the "TextFormat" attribute value.

Remarks

The default is "0.00" that allows exactly two digits after the decimal.

See Also