AbstractChartNodeTextFormatProvider Property |
Specifies the "TextFormatProvider" attribute value.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual IFormatProvider TextFormatProvider { get; set; }
Public Overridable Property TextFormatProvider As IFormatProvider
Get
Set
public:
virtual property IFormatProvider^ TextFormatProvider {
IFormatProvider^ get ();
void set (IFormatProvider^ value);
}
abstract TextFormatProvider : IFormatProvider with get, set
override TextFormatProvider : IFormatProvider with get, set
Property Value
Type:
IFormatProvider
An
IFormatProvider that contains the "TextFormatProvider"
attribute value.
Remarks
The default is null.
See Also