Click or drag to resize
AbstractChartNodeTextFormatProvider Property
Specifies the "TextFormatProvider" attribute value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual IFormatProvider TextFormatProvider { get; set; }

Property Value

Type: IFormatProvider
An IFormatProvider that contains the "TextFormatProvider" attribute value.
Remarks
The default is null.
See Also