Click or drag to resize
AbstractChartNodeTextFormat Property
Specifies the "TextFormat" attribute value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual string TextFormat { 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