Specifies the "TextFormatProvider" attribute value.

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

Syntax

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

Field Value

An IFormatProvider that contains the "TextFormatProvider" attribute value.

Remarks

The default is null.

See Also