| 
ChartNumberFormat
FormatCode Property
  | 
 Gets or sets the format code used for formatting the output.
 Namespace:
 Spire.Doc.Fields.Shapes.Charts
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public string FormatCode { get; set; }
 
Public Property FormatCode As String
	Get
	Set
 
public:
property String^ FormatCode {
	String^ get ();
	void set (String^ value);
}
 
member FormatCode : string with get, set
 
 
 
Property Value
 
 Type:
 
String
 
 
 See Also
See Also